Html Css Color HEX #C4DB42 Las Palmas

📋 copy color: '#C4DB42'

red 196 ◦ green 219 ◦ blue 66

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

Shades of Las Palmas #C4DB42

Tints of Las Palmas #C4DB42

RGB

 RED value IS 196 (76.95% from 255) = 40.75%

 GREEN value IS 219 (85.94% from 255) = 45.53%

 BLUE value IS 66 (26.17% from 255) = 13.72%

R = 40.75%
G = 45.53%
B = 13.72%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#C4DB42 (or 0xC4DB42) is known color: Las Palmas. HEX triplet: C4, DB and 42. RGB value is (196,219,66). Sum of RGB (Red+Green+Blue) = 196+219+66=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 66 (26.17% from 255 or 13.72% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DB42 is #3B24BD. Grayscale: #C3C3C3. Windows color (decimal): -3876030 or 4381636. OLE color: 4381636.

HSL color Cylindrical-coordinate representation of color #C4DB42: hue angle of 69.02º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4DB42 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 219 66 -
CMYK 0.11 0 0.70 0.14
HSL 69.02º 0.68% 0.56% -
HSV(B) 69.02º 0.7% 0.86% -
XYZ 49.08 62.79 14.69 -
YUV 194.68 55.38 128.94 -
System Red Green Blue C M Y K H S L
Decimal 196 219 66 0.11 0 0.70 0.14 69.02 0.68 0.56
Hex C4 DB 42 B 0 46 E 45 44 38
Octal 304 333 102 13 0 106 16 105 104 70
Binary 11000100 11011011 1000010 1011 0 1000110 1110 1000101 1000100 111000

Color Harmonies of #C4DB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DB42

Black with #C4DB42

Text Example


Text Example

White with #C4DB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DB42; }

 p { color: rgb(196,219,66); }

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

background-color css

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

 a { background-color: rgb(196,219,66); }

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

border-color css

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

 span { border-color: rgb(196,219,66); }

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