Html Css Color HEX #C9E14F Las Palmas

📋 copy color: '#C9E14F'

red 201 ◦ green 225 ◦ blue 79

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

Shades of Las Palmas #C9E14F

Tints of Las Palmas #C9E14F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.55%

 BLUE value IS 79 (31.25% from 255) = 15.64%

R = 39.8%
G = 44.55%
B = 15.64%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#C9E14F (or 0xC9E14F) is known color: Las Palmas. HEX triplet: C9, E1 and 4F. RGB value is (201,225,79). Sum of RGB (Red+Green+Blue) = 201+225+79=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 79 (31.25% from 255 or 15.64% from 505); Max value from RGB is 225 - color contains mainly: green. Hex color #C9E14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9E14F is #361EB0. Grayscale: #C9C9C9. Windows color (decimal): -3546801 or 5235145. OLE color: 5235145.

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

Color convert

RGB 201 225 79 -
CMYK 0.11 0 0.65 0.12
HSL 69.86º 0.71% 0.6% -
HSV(B) 69.86º 0.65% 0.88% -
XYZ 52.42 66.83 17.53 -
YUV 201.18 59.05 127.87 -
System Red Green Blue C M Y K H S L
Decimal 201 225 79 0.11 0 0.65 0.12 69.86 0.71 0.6
Hex C9 E1 4F B 0 41 C 46 47 3C
Octal 311 341 117 13 0 101 14 106 107 74
Binary 11001001 11100001 1001111 1011 0 1000001 1100 1000110 1000111 111100

Color Harmonies of #C9E14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9E14F

Black with #C9E14F

Text Example


Text Example

White with #C9E14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9E14F; }

 p { color: rgb(201,225,79); }

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

background-color css

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

 a { background-color: rgb(201,225,79); }

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

border-color css

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

 span { border-color: rgb(201,225,79); }

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