Html Css Color HEX #CEE446 Las Palmas

📋 copy color: '#CEE446'

red 206 ◦ green 228 ◦ blue 70

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

Shades of Las Palmas #CEE446

Tints of Las Palmas #CEE446

RGB

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

 GREEN value IS 228 (89.45% from 255) = 45.24%

 BLUE value IS 70 (27.73% from 255) = 13.89%

R = 40.87%
G = 45.24%
B = 13.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#CEE446 (or 0xCEE446) is known color: Las Palmas. HEX triplet: CE, E4 and 46. RGB value is (206,228,70). Sum of RGB (Red+Green+Blue) = 206+228+70=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 228 (89.45% from 255 or 45.24% from 504); Blue value is 70 (27.73% from 255 or 13.89% from 504); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE446 is #311BB9. Grayscale: #CCCCCC. Windows color (decimal): -3218362 or 4646094. OLE color: 4646094.

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

Color convert

RGB 206 228 70 -
CMYK 0.10 0 0.69 0.11
HSL 68.35º 0.75% 0.58% -
HSV(B) 68.35º 0.69% 0.89% -
XYZ 54.3 69.05 16.26 -
YUV 203.41 52.71 129.85 -
System Red Green Blue C M Y K H S L
Decimal 206 228 70 0.10 0 0.69 0.11 68.35 0.75 0.58
Hex CE E4 46 A 0 45 B 44 4B 3A
Octal 316 344 106 12 0 105 13 104 113 72
Binary 11001110 11100100 1000110 1010 0 1000101 1011 1000100 1001011 111010

Color Harmonies of #CEE446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE446

Black with #CEE446

Text Example


Text Example

White with #CEE446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE446; }

 p { color: rgb(206,228,70); }

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

background-color css

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

 a { background-color: rgb(206,228,70); }

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

border-color css

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

 span { border-color: rgb(206,228,70); }

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