Html Css Color HEX #CEE03F Las Palmas

📋 copy color: '#CEE03F'

red 206 ◦ green 224 ◦ blue 63

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

Shades of Las Palmas #CEE03F

Tints of Las Palmas #CEE03F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.78%

R = 41.78%
G = 45.44%
B = 12.78%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#CEE03F (or 0xCEE03F) is known color: Las Palmas. HEX triplet: CE, E0 and 3F. RGB value is (206,224,63). Sum of RGB (Red+Green+Blue) = 206+224+63=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 224 (87.89% from 255 or 45.44% from 493); Blue value is 63 (25% from 255 or 12.78% from 493); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE03F is #311FC0. Grayscale: #C8C8C8. Windows color (decimal): -3219393 or 4186318. OLE color: 4186318.

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

Color convert

RGB 206 224 63 -
CMYK 0.08 0 0.72 0.12
HSL 66.71º 0.72% 0.56% -
HSV(B) 66.71º 0.72% 0.88% -
XYZ 53.01 66.79 14.8 -
YUV 200.26 50.54 132.09 -
System Red Green Blue C M Y K H S L
Decimal 206 224 63 0.08 0 0.72 0.12 66.71 0.72 0.56
Hex CE E0 3F 8 0 48 C 43 48 38
Octal 316 340 77 10 0 110 14 103 110 70
Binary 11001110 11100000 111111 1000 0 1001000 1100 1000011 1001000 111000

Color Harmonies of #CEE03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE03F

Black with #CEE03F

Text Example


Text Example

White with #CEE03F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE03F; }

 p { color: rgb(206,224,63); }

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

background-color css

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

 a { background-color: rgb(206,224,63); }

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

border-color css

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

 span { border-color: rgb(206,224,63); }

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