Html Css Color HEX #C2D03F Las Palmas

📋 copy color: '#C2D03F'

red 194 ◦ green 208 ◦ blue 63

#C2D03F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Las Palmas #C2D03F

Tints of Las Palmas #C2D03F

RGB

 RED value IS 194 (76.17% from 255) = 41.72%

 GREEN value IS 208 (81.64% from 255) = 44.73%

 BLUE value IS 63 (25% from 255) = 13.55%

R = 41.72%
G = 44.73%
B = 13.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C2D03F (or 0xC2D03F) is known color: Las Palmas. HEX triplet: C2, D0 and 3F. RGB value is (194,208,63). Sum of RGB (Red+Green+Blue) = 194+208+63=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 63 (25% from 255 or 13.55% from 465); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D03F is #3D2FC0. Grayscale: #BBBBBB. Windows color (decimal): -4009921 or 4182210. OLE color: 4182210.

HSL color Cylindrical-coordinate representation of color #C2D03F: hue angle of 65.79º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2D03F is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 208 63 -
CMYK 0.07 0 0.70 0.18
HSL 65.79º 0.61% 0.53% -
HSV(B) 65.79º 0.7% 0.82% -
XYZ 45.7 56.94 13.28 -
YUV 187.28 57.86 132.79 -
System Red Green Blue C M Y K H S L
Decimal 194 208 63 0.07 0 0.70 0.18 65.79 0.61 0.53
Hex C2 D0 3F 7 0 46 12 42 3D 35
Octal 302 320 77 7 0 106 22 102 75 65
Binary 11000010 11010000 111111 111 0 1000110 10010 1000010 111101 110101

Color Harmonies of #C2D03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D03F

Black with #C2D03F

Text Example


Text Example

White with #C2D03F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D03F; }

 p { color: rgb(194,208,63); }

 H1.HeaderClassName
 {
   color: #C2D03F;
 }
 .AnyTagClassName
 {
   color: #C2D03F;
 }
</style>

background-color css

<style>
 a { background-color: #C2D03F; }

 a { background-color: rgb(194,208,63); }

 div.DivClassName
 {
   background-color: #C2D03F;
 }
 .BgClassName
 {
   background-color: #C2D03F;
 }
</style>

border-color css

<style>
 span { border-color: #C2D03F; }

 span { border-color: rgb(194,208,63); }

 td.TdClassName
 {
   border-color: #C2D03F;
 }
 .TagClassName
 {
   border-color: #C2D03F;
 }
</style>