Html Css Color HEX #CEE041 Las Palmas

📋 copy color: '#CEE041'

red 206 ◦ green 224 ◦ blue 65

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

Shades of Las Palmas #CEE041

Tints of Las Palmas #CEE041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.13%

R = 41.62%
G = 45.25%
B = 13.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#CEE041 (or 0xCEE041) is known color: Las Palmas. HEX triplet: CE, E0 and 41. RGB value is (206,224,65). Sum of RGB (Red+Green+Blue) = 206+224+65=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 65 (25.78% from 255 or 13.13% from 495); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE041 is #311FBE. Grayscale: #C9C9C9. Windows color (decimal): -3219391 or 4317390. OLE color: 4317390.

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

Color convert

RGB 206 224 65 -
CMYK 0.08 0 0.71 0.12
HSL 66.79º 0.72% 0.57% -
HSV(B) 66.79º 0.71% 0.88% -
XYZ 53.06 66.81 15.1 -
YUV 200.49 51.54 131.93 -
System Red Green Blue C M Y K H S L
Decimal 206 224 65 0.08 0 0.71 0.12 66.79 0.72 0.57
Hex CE E0 41 8 0 47 C 43 48 39
Octal 316 340 101 10 0 107 14 103 110 71
Binary 11001110 11100000 1000001 1000 0 1000111 1100 1000011 1001000 111001

Color Harmonies of #CEE041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE041

Black with #CEE041

Text Example


Text Example

White with #CEE041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE041; }

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

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

background-color css

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

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

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

border-color css

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

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

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