Html Css Color HEX #CEE545 Las Palmas

📋 copy color: '#CEE545'

red 206 ◦ green 229 ◦ blue 69

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

Shades of Las Palmas #CEE545

Tints of Las Palmas #CEE545

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.44%

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

R = 40.87%
G = 45.44%
B = 13.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#CEE545 (or 0xCEE545) is known color: Las Palmas. HEX triplet: CE, E5 and 45. RGB value is (206,229,69). Sum of RGB (Red+Green+Blue) = 206+229+69=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 229 (89.84% from 255 or 45.44% from 504); Blue value is 69 (27.34% from 255 or 13.69% from 504); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE545 is #311ABA. Grayscale: #CCCCCC. Windows color (decimal): -3218107 or 4580814. OLE color: 4580814.

HSL color Cylindrical-coordinate representation of color #CEE545: hue angle of 68.62º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEE545 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 229 69 -
CMYK 0.10 0 0.70 0.10
HSL 68.63º 0.75% 0.58% -
HSV(B) 68.63º 0.7% 0.9% -
XYZ 54.55 69.59 16.19 -
YUV 203.88 51.88 129.51 -
System Red Green Blue C M Y K H S L
Decimal 206 229 69 0.10 0 0.70 0.10 68.63 0.75 0.58
Hex CE E5 45 A 0 46 A 45 4B 3A
Octal 316 345 105 12 0 106 12 105 113 72
Binary 11001110 11100101 1000101 1010 0 1000110 1010 1000101 1001011 111010

Color Harmonies of #CEE545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE545

Black with #CEE545

Text Example


Text Example

White with #CEE545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE545; }

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

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

background-color css

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

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

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

border-color css

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

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

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