Html Css Color HEX #CEE244 Las Palmas

📋 copy color: '#CEE244'

red 206 ◦ green 226 ◦ blue 68

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

Shades of Las Palmas #CEE244

Tints of Las Palmas #CEE244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.6%

R = 41.2%
G = 45.2%
B = 13.6%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#CEE244 (or 0xCEE244) is known color: Las Palmas. HEX triplet: CE, E2 and 44. RGB value is (206,226,68). Sum of RGB (Red+Green+Blue) = 206+226+68=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 226 (88.67% from 255 or 45.2% from 500); Blue value is 68 (26.95% from 255 or 13.6% from 500); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE244 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE244 is #311DBB. Grayscale: #CACACA. Windows color (decimal): -3218876 or 4514510. OLE color: 4514510.

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

Color convert

RGB 206 226 68 -
CMYK 0.09 0 0.70 0.11
HSL 67.59º 0.73% 0.58% -
HSV(B) 67.59º 0.7% 0.89% -
XYZ 53.69 67.93 15.75 -
YUV 202.01 52.37 130.85 -
System Red Green Blue C M Y K H S L
Decimal 206 226 68 0.09 0 0.70 0.11 67.59 0.73 0.58
Hex CE E2 44 9 0 46 B 44 49 3A
Octal 316 342 104 11 0 106 13 104 111 72
Binary 11001110 11100010 1000100 1001 0 1000110 1011 1000100 1001001 111010

Color Harmonies of #CEE244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE244

Black with #CEE244

Text Example


Text Example

White with #CEE244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE244; }

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

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

background-color css

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

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

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

border-color css

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

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

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