Html Css Color HEX #CEE145 Las Palmas

📋 copy color: '#CEE145'

red 206 ◦ green 225 ◦ blue 69

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

Shades of Las Palmas #CEE145

Tints of Las Palmas #CEE145

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45%

 BLUE value IS 69 (27.34% from 255) = 13.8%

R = 41.2%
G = 45%
B = 13.8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#CEE145 (or 0xCEE145) is known color: Las Palmas. HEX triplet: CE, E1 and 45. RGB value is (206,225,69). Sum of RGB (Red+Green+Blue) = 206+225+69=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 225 (88.28% from 255 or 45% from 500); Blue value is 69 (27.34% from 255 or 13.8% from 500); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE145 is #311EBA. Grayscale: #CACACA. Windows color (decimal): -3219131 or 4579790. OLE color: 4579790.

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

Color convert

RGB 206 225 69 -
CMYK 0.08 0 0.69 0.12
HSL 67.31º 0.72% 0.58% -
HSV(B) 67.31º 0.69% 0.88% -
XYZ 53.45 67.4 15.82 -
YUV 201.54 53.21 131.18 -
System Red Green Blue C M Y K H S L
Decimal 206 225 69 0.08 0 0.69 0.12 67.31 0.72 0.58
Hex CE E1 45 8 0 45 C 43 48 3A
Octal 316 341 105 10 0 105 14 103 110 72
Binary 11001110 11100001 1000101 1000 0 1000101 1100 1000011 1001000 111010

Color Harmonies of #CEE145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE145

Black with #CEE145

Text Example


Text Example

White with #CEE145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE145; }

 p { color: rgb(206,225,69); }

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

background-color css

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

 a { background-color: rgb(206,225,69); }

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

border-color css

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

 span { border-color: rgb(206,225,69); }

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