Html Css Color HEX #CEE349 Las Palmas

📋 copy color: '#CEE349'

red 206 ◦ green 227 ◦ blue 73

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

Shades of Las Palmas #CEE349

Tints of Las Palmas #CEE349

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.86%

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

R = 40.71%
G = 44.86%
B = 14.43%

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

#CEE349 (or 0xCEE349) is known color: Las Palmas. HEX triplet: CE, E3 and 49. RGB value is (206,227,73). Sum of RGB (Red+Green+Blue) = 206+227+73=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 227 (89.06% from 255 or 44.86% from 506); Blue value is 73 (28.91% from 255 or 14.43% from 506); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE349 is #311CB6. Grayscale: #CBCBCB. Windows color (decimal): -3218615 or 4842446. OLE color: 4842446.

HSL color Cylindrical-coordinate representation of color #CEE349: hue angle of 68.18º 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 #CEE349 is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 227 73 -
CMYK 0.09 0 0.68 0.11
HSL 68.18º 0.73% 0.59% -
HSV(B) 68.18º 0.68% 0.89% -
XYZ 54.13 68.54 16.68 -
YUV 203.17 54.54 130.02 -
System Red Green Blue C M Y K H S L
Decimal 206 227 73 0.09 0 0.68 0.11 68.18 0.73 0.59
Hex CE E3 49 9 0 44 B 44 49 3B
Octal 316 343 111 11 0 104 13 104 111 73
Binary 11001110 11100011 1001001 1001 0 1000100 1011 1000100 1001001 111011

Color Harmonies of #CEE349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE349

Black with #CEE349

Text Example


Text Example

White with #CEE349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE349; }

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

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

background-color css

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

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

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

border-color css

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

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

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