Html Css Color HEX #C4DB45 Las Palmas

📋 copy color: '#C4DB45'

red 196 ◦ green 219 ◦ blue 69

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

Shades of Las Palmas #C4DB45

Tints of Las Palmas #C4DB45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.26%

R = 40.5%
G = 45.25%
B = 14.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#C4DB45 (or 0xC4DB45) is known color: Las Palmas. HEX triplet: C4, DB and 45. RGB value is (196,219,69). Sum of RGB (Red+Green+Blue) = 196+219+69=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 69 (27.34% from 255 or 14.26% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DB45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DB45 is #3B24BA. Grayscale: #C3C3C3. Windows color (decimal): -3876027 or 4578244. OLE color: 4578244.

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

Color convert

RGB 196 219 69 -
CMYK 0.11 0 0.68 0.14
HSL 69.2º 0.68% 0.56% -
HSV(B) 69.2º 0.68% 0.86% -
XYZ 49.17 62.83 15.17 -
YUV 195.02 56.88 128.7 -
System Red Green Blue C M Y K H S L
Decimal 196 219 69 0.11 0 0.68 0.14 69.2 0.68 0.56
Hex C4 DB 45 B 0 44 E 45 44 38
Octal 304 333 105 13 0 104 16 105 104 70
Binary 11000100 11011011 1000101 1011 0 1000100 1110 1000101 1000100 111000

Color Harmonies of #C4DB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DB45

Black with #C4DB45

Text Example


Text Example

White with #C4DB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DB45; }

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

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

background-color css

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

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

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

border-color css

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

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

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