Html Css Color HEX #CEE250 Las Palmas

📋 copy color: '#CEE250'

red 206 ◦ green 226 ◦ blue 80

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

Shades of Las Palmas #CEE250

Tints of Las Palmas #CEE250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.63%

R = 40.23%
G = 44.14%
B = 15.63%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#CEE250 (or 0xCEE250) is known color: Las Palmas. HEX triplet: CE, E2 and 50. RGB value is (206,226,80). Sum of RGB (Red+Green+Blue) = 206+226+80=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 226 (88.67% from 255 or 44.14% from 512); Blue value is 80 (31.64% from 255 or 15.62% from 512); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE250 is #311DAF. Grayscale: #CBCBCB. Windows color (decimal): -3218864 or 5300942. OLE color: 5300942.

HSL color Cylindrical-coordinate representation of color #CEE250: hue angle of 68.22º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CEE250 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 226 80 -
CMYK 0.09 0 0.65 0.11
HSL 68.22º 0.72% 0.6% -
HSV(B) 68.22º 0.65% 0.89% -
XYZ 54.1 68.09 17.88 -
YUV 203.38 58.37 129.87 -
System Red Green Blue C M Y K H S L
Decimal 206 226 80 0.09 0 0.65 0.11 68.22 0.72 0.6
Hex CE E2 50 9 0 41 B 44 48 3C
Octal 316 342 120 11 0 101 13 104 110 74
Binary 11001110 11100010 1010000 1001 0 1000001 1011 1000100 1001000 111100

Color Harmonies of #CEE250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE250

Black with #CEE250

Text Example


Text Example

White with #CEE250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE250; }

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

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

background-color css

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

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

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

border-color css

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

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

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