Html Css Color HEX #CFEA4E Las Palmas

📋 copy color: '#CFEA4E'

red 207 ◦ green 234 ◦ blue 78

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

Shades of Las Palmas #CFEA4E

Tints of Las Palmas #CFEA4E

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.09%

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

R = 39.88%
G = 45.09%
B = 15.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#CFEA4E (or 0xCFEA4E) is known color: Las Palmas. HEX triplet: CF, EA and 4E. RGB value is (207,234,78). Sum of RGB (Red+Green+Blue) = 207+234+78=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 78 (30.86% from 255 or 15.03% from 519); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEA4E is #3015B1. Grayscale: #D0D0D0. Windows color (decimal): -3151282 or 5171919. OLE color: 5171919.

HSL color Cylindrical-coordinate representation of color #CFEA4E: hue angle of 70.38º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFEA4E is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 234 78 -
CMYK 0.12 0 0.67 0.08
HSL 70.38º 0.79% 0.61% -
HSV(B) 70.38º 0.67% 0.92% -
XYZ 56.53 72.66 18.25 -
YUV 208.14 54.55 127.18 -
System Red Green Blue C M Y K H S L
Decimal 207 234 78 0.12 0 0.67 0.08 70.38 0.79 0.61
Hex CF EA 4E C 0 43 8 46 4F 3D
Octal 317 352 116 14 0 103 10 106 117 75
Binary 11001111 11101010 1001110 1100 0 1000011 1000 1000110 1001111 111101

Color Harmonies of #CFEA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEA4E

Black with #CFEA4E

Text Example


Text Example

White with #CFEA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEA4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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