Html Css Color HEX #CEE44F Las Palmas

📋 copy color: '#CEE44F'

red 206 ◦ green 228 ◦ blue 79

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

Shades of Las Palmas #CEE44F

Tints of Las Palmas #CEE44F

RGB

 RED value IS 206 (80.86% from 255) = 40.16%

 GREEN value IS 228 (89.45% from 255) = 44.44%

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

R = 40.16%
G = 44.44%
B = 15.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#CEE44F (or 0xCEE44F) is known color: Las Palmas. HEX triplet: CE, E4 and 4F. RGB value is (206,228,79). Sum of RGB (Red+Green+Blue) = 206+228+79=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 228 (89.45% from 255 or 44.44% from 513); Blue value is 79 (31.25% from 255 or 15.40% from 513); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE44F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE44F is #311BB0. Grayscale: #CDCDCD. Windows color (decimal): -3218353 or 5235918. OLE color: 5235918.

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

Color convert

RGB 206 228 79 -
CMYK 0.10 0 0.65 0.11
HSL 68.86º 0.73% 0.6% -
HSV(B) 68.86º 0.65% 0.89% -
XYZ 54.61 69.17 17.87 -
YUV 204.44 57.21 129.12 -
System Red Green Blue C M Y K H S L
Decimal 206 228 79 0.10 0 0.65 0.11 68.86 0.73 0.6
Hex CE E4 4F A 0 41 B 45 49 3C
Octal 316 344 117 12 0 101 13 105 111 74
Binary 11001110 11100100 1001111 1010 0 1000001 1011 1000101 1001001 111100

Color Harmonies of #CEE44F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE44F

Black with #CEE44F

Text Example


Text Example

White with #CEE44F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE44F; }

 p { color: rgb(206,228,79); }

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

background-color css

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

 a { background-color: rgb(206,228,79); }

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

border-color css

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

 span { border-color: rgb(206,228,79); }

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