Html Css Color HEX #CEE249 Las Palmas

📋 copy color: '#CEE249'

red 206 ◦ green 226 ◦ blue 73

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

Shades of Las Palmas #CEE249

Tints of Las Palmas #CEE249

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.75%

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

R = 40.79%
G = 44.75%
B = 14.46%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#CEE249 (or 0xCEE249) is known color: Las Palmas. HEX triplet: CE, E2 and 49. RGB value is (206,226,73). Sum of RGB (Red+Green+Blue) = 206+226+73=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 226 (88.67% from 255 or 44.75% from 505); Blue value is 73 (28.91% from 255 or 14.46% from 505); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE249 is #311DB6. Grayscale: #CBCBCB. Windows color (decimal): -3218871 or 4842190. OLE color: 4842190.

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

Color convert

RGB 206 226 73 -
CMYK 0.09 0 0.68 0.11
HSL 67.84º 0.73% 0.59% -
HSV(B) 67.84º 0.68% 0.89% -
XYZ 53.85 68 16.59 -
YUV 202.58 54.87 130.44 -
System Red Green Blue C M Y K H S L
Decimal 206 226 73 0.09 0 0.68 0.11 67.84 0.73 0.59
Hex CE E2 49 9 0 44 B 44 49 3B
Octal 316 342 111 11 0 104 13 104 111 73
Binary 11001110 11100010 1001001 1001 0 1000100 1011 1000100 1001001 111011

Color Harmonies of #CEE249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE249

Black with #CEE249

Text Example


Text Example

White with #CEE249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE249; }

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

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

background-color css

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

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

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

border-color css

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

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

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