Html Css Color HEX #CEE149 Las Palmas

📋 copy color: '#CEE149'

red 206 ◦ green 225 ◦ blue 73

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

Shades of Las Palmas #CEE149

Tints of Las Palmas #CEE149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.48%

R = 40.87%
G = 44.64%
B = 14.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#CEE149 (or 0xCEE149) is known color: Las Palmas. HEX triplet: CE, E1 and 49. RGB value is (206,225,73). Sum of RGB (Red+Green+Blue) = 206+225+73=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 73 (28.91% from 255 or 14.48% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE149 is #311EB6. Grayscale: #CACACA. Windows color (decimal): -3219127 or 4841934. OLE color: 4841934.

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

Color convert

RGB 206 225 73 -
CMYK 0.08 0 0.68 0.12
HSL 67.5º 0.72% 0.58% -
HSV(B) 67.5º 0.68% 0.88% -
XYZ 53.58 67.45 16.5 -
YUV 201.99 55.21 130.86 -
System Red Green Blue C M Y K H S L
Decimal 206 225 73 0.08 0 0.68 0.12 67.5 0.72 0.58
Hex CE E1 49 8 0 44 C 44 48 3A
Octal 316 341 111 10 0 104 14 104 110 72
Binary 11001110 11100001 1001001 1000 0 1000100 1100 1000100 1001000 111010

Color Harmonies of #CEE149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE149

Black with #CEE149

Text Example


Text Example

White with #CEE149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE149; }

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

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

background-color css

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

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

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

border-color css

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

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

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