Html Css Color HEX #CFE04E Las Palmas

📋 copy color: '#CFE04E'

red 207 ◦ green 224 ◦ blue 78

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

Shades of Las Palmas #CFE04E

Tints of Las Palmas #CFE04E

RGB

 RED value IS 207 (81.25% from 255) = 40.67%

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

 BLUE value IS 78 (30.86% from 255) = 15.32%

R = 40.67%
G = 44.01%
B = 15.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#CFE04E (or 0xCFE04E) is known color: Las Palmas. HEX triplet: CF, E0 and 4E. RGB value is (207,224,78). Sum of RGB (Red+Green+Blue) = 207+224+78=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 78 (30.86% from 255 or 15.32% from 509); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE04E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE04E is #301FB1. Grayscale: #CACACA. Windows color (decimal): -3153842 or 5169359. OLE color: 5169359.

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

Color convert

RGB 207 224 78 -
CMYK 0.08 0 0.65 0.12
HSL 66.99º 0.7% 0.59% -
HSV(B) 66.99º 0.65% 0.88% -
XYZ 53.76 67.13 17.33 -
YUV 202.27 57.87 131.37 -
System Red Green Blue C M Y K H S L
Decimal 207 224 78 0.08 0 0.65 0.12 66.99 0.7 0.59
Hex CF E0 4E 8 0 41 C 43 46 3B
Octal 317 340 116 10 0 101 14 103 106 73
Binary 11001111 11100000 1001110 1000 0 1000001 1100 1000011 1000110 111011

Color Harmonies of #CFE04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE04E

Black with #CFE04E

Text Example


Text Example

White with #CFE04E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE04E; }

 p { color: rgb(207,224,78); }

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

background-color css

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

 a { background-color: rgb(207,224,78); }

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

border-color css

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

 span { border-color: rgb(207,224,78); }

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