Html Css Color HEX #CEE949 Las Palmas

📋 copy color: '#CEE949'

red 206 ◦ green 233 ◦ blue 73

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

Shades of Las Palmas #CEE949

Tints of Las Palmas #CEE949

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.51%

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

R = 40.23%
G = 45.51%
B = 14.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#CEE949 (or 0xCEE949) is known color: Las Palmas. HEX triplet: CE, E9 and 49. RGB value is (206,233,73). Sum of RGB (Red+Green+Blue) = 206+233+73=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 233 (91.41% from 255 or 45.51% from 512); Blue value is 73 (28.91% from 255 or 14.26% from 512); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE949 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEE949 is #3116B6. Grayscale: #CFCFCF. Windows color (decimal): -3217079 or 4843982. OLE color: 4843982.

HSL color Cylindrical-coordinate representation of color #CEE949: hue angle of 70.12º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEE949 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 233 73 -
CMYK 0.12 0 0.69 0.09
HSL 70.13º 0.78% 0.6% -
HSV(B) 70.13º 0.69% 0.91% -
XYZ 55.8 71.88 17.24 -
YUV 206.69 52.55 127.51 -
System Red Green Blue C M Y K H S L
Decimal 206 233 73 0.12 0 0.69 0.09 70.13 0.78 0.6
Hex CE E9 49 C 0 45 9 46 4E 3C
Octal 316 351 111 14 0 105 11 106 116 74
Binary 11001110 11101001 1001001 1100 0 1000101 1001 1000110 1001110 111100

Color Harmonies of #CEE949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE949

Black with #CEE949

Text Example


Text Example

White with #CEE949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE949; }

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

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

background-color css

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

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

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

border-color css

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

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

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