Html Css Color HEX #CEE450 Las Palmas

📋 copy color: '#CEE450'

red 206 ◦ green 228 ◦ blue 80

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

Shades of Las Palmas #CEE450

Tints of Las Palmas #CEE450

RGB

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

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

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

R = 40.08%
G = 44.36%
B = 15.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#CEE450 (or 0xCEE450) is known color: Las Palmas. HEX triplet: CE, E4 and 50. RGB value is (206,228,80). Sum of RGB (Red+Green+Blue) = 206+228+80=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 228 (89.45% from 255 or 44.36% from 514); Blue value is 80 (31.64% from 255 or 15.56% from 514); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE450 is #311BAF. Grayscale: #CDCDCD. Windows color (decimal): -3218352 or 5301454. OLE color: 5301454.

HSL color Cylindrical-coordinate representation of color #CEE450: hue angle of 68.92º degrees, saturation: 0.73, 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 #CEE450 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 228 80 -
CMYK 0.10 0 0.65 0.11
HSL 68.92º 0.73% 0.6% -
HSV(B) 68.92º 0.65% 0.89% -
XYZ 54.64 69.19 18.06 -
YUV 204.55 57.71 129.03 -
System Red Green Blue C M Y K H S L
Decimal 206 228 80 0.10 0 0.65 0.11 68.92 0.73 0.6
Hex CE E4 50 A 0 41 B 45 49 3C
Octal 316 344 120 12 0 101 13 105 111 74
Binary 11001110 11100100 1010000 1010 0 1000001 1011 1000101 1001001 111100

Color Harmonies of #CEE450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE450

Black with #CEE450

Text Example


Text Example

White with #CEE450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE450; }

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

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

background-color css

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

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

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

border-color css

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

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

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