Html Css Color HEX #C9E050 Las Palmas

📋 copy color: '#C9E050'

red 201 ◦ green 224 ◦ blue 80

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

Shades of Las Palmas #C9E050

Tints of Las Palmas #C9E050

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.36%

 BLUE value IS 80 (31.64% from 255) = 15.84%

R = 39.8%
G = 44.36%
B = 15.84%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#C9E050 (or 0xC9E050) is known color: Las Palmas. HEX triplet: C9, E0 and 50. RGB value is (201,224,80). Sum of RGB (Red+Green+Blue) = 201+224+80=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 224 (87.89% from 255 or 44.36% from 505); Blue value is 80 (31.64% from 255 or 15.84% from 505); Max value from RGB is 224 - color contains mainly: green. Hex color #C9E050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9E050 is #361FAF. Grayscale: #C9C9C9. Windows color (decimal): -3547056 or 5300425. OLE color: 5300425.

HSL color Cylindrical-coordinate representation of color #C9E050: hue angle of 69.58º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C9E050 is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 224 80 -
CMYK 0.10 0 0.64 0.12
HSL 69.58º 0.7% 0.6% -
HSV(B) 69.58º 0.64% 0.88% -
XYZ 52.19 66.31 17.64 -
YUV 200.71 59.88 128.21 -
System Red Green Blue C M Y K H S L
Decimal 201 224 80 0.10 0 0.64 0.12 69.58 0.7 0.6
Hex C9 E0 50 A 0 40 C 46 46 3C
Octal 311 340 120 12 0 100 14 106 106 74
Binary 11001001 11100000 1010000 1010 0 1000000 1100 1000110 1000110 111100

Color Harmonies of #C9E050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9E050

Black with #C9E050

Text Example


Text Example

White with #C9E050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9E050; }

 p { color: rgb(201,224,80); }

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

background-color css

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

 a { background-color: rgb(201,224,80); }

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

border-color css

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

 span { border-color: rgb(201,224,80); }

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