Html Css Color HEX #C9EB40 Las Palmas

📋 copy color: '#C9EB40'

red 201 ◦ green 235 ◦ blue 64

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

Shades of Las Palmas #C9EB40

Tints of Las Palmas #C9EB40

RGB

 RED value IS 201 (78.91% from 255) = 40.2%

 GREEN value IS 235 (92.19% from 255) = 47%

 BLUE value IS 64 (25.39% from 255) = 12.8%

R = 40.2%
G = 47%
B = 12.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#C9EB40 (or 0xC9EB40) is known color: Las Palmas. HEX triplet: C9, EB and 40. RGB value is (201,235,64). Sum of RGB (Red+Green+Blue) = 201+235+64=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 235 (92.19% from 255 or 47% from 500); Blue value is 64 (25.39% from 255 or 12.8% from 500); Max value from RGB is 235 - color contains mainly: green. Hex color #C9EB40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9EB40 is #3614BF. Grayscale: #CDCDCD. Windows color (decimal): -3544256 or 4254665. OLE color: 4254665.

HSL color Cylindrical-coordinate representation of color #C9EB40: hue angle of 71.93º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C9EB40 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 235 64 -
CMYK 0.14 0 0.73 0.08
HSL 71.93º 0.81% 0.59% -
HSV(B) 71.93º 0.73% 0.92% -
XYZ 54.72 72.2 15.9 -
YUV 205.34 48.24 124.9 -
System Red Green Blue C M Y K H S L
Decimal 201 235 64 0.14 0 0.73 0.08 71.93 0.81 0.59
Hex C9 EB 40 E 0 49 8 48 51 3B
Octal 311 353 100 16 0 111 10 110 121 73
Binary 11001001 11101011 1000000 1110 0 1001001 1000 1001000 1010001 111011

Color Harmonies of #C9EB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9EB40

Black with #C9EB40

Text Example


Text Example

White with #C9EB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9EB40; }

 p { color: rgb(201,235,64); }

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

background-color css

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

 a { background-color: rgb(201,235,64); }

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

border-color css

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

 span { border-color: rgb(201,235,64); }

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