Html Css Color HEX #C2D249 Las Palmas

📋 copy color: '#C2D249'

red 194 ◦ green 210 ◦ blue 73

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

Shades of Las Palmas #C2D249

Tints of Las Palmas #C2D249

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.03%

 BLUE value IS 73 (28.91% from 255) = 15.3%

R = 40.67%
G = 44.03%
B = 15.3%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#C2D249 (or 0xC2D249) is known color: Las Palmas. HEX triplet: C2, D2 and 49. RGB value is (194,210,73). Sum of RGB (Red+Green+Blue) = 194+210+73=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 73 (28.91% from 255 or 15.30% from 477); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D249 is #3D2DB6. Grayscale: #BEBEBE. Windows color (decimal): -4009399 or 4838082. OLE color: 4838082.

HSL color Cylindrical-coordinate representation of color #C2D249: hue angle of 67.01º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2D249 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 210 73 -
CMYK 0.08 0 0.65 0.18
HSL 67.01º 0.6% 0.55% -
HSV(B) 67.01º 0.65% 0.82% -
XYZ 46.5 58.04 15.06 -
YUV 189.6 62.2 131.14 -
System Red Green Blue C M Y K H S L
Decimal 194 210 73 0.08 0 0.65 0.18 67.01 0.6 0.55
Hex C2 D2 49 8 0 41 12 43 3C 37
Octal 302 322 111 10 0 101 22 103 74 67
Binary 11000010 11010010 1001001 1000 0 1000001 10010 1000011 111100 110111

Color Harmonies of #C2D249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D249

Black with #C2D249

Text Example


Text Example

White with #C2D249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D249; }

 p { color: rgb(194,210,73); }

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

background-color css

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

 a { background-color: rgb(194,210,73); }

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

border-color css

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

 span { border-color: rgb(194,210,73); }

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