Html Css Color HEX #CEE550 Las Palmas

📋 copy color: '#CEE550'

red 206 ◦ green 229 ◦ blue 80

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

Shades of Las Palmas #CEE550

Tints of Las Palmas #CEE550

RGB

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

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

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

R = 40%
G = 44.47%
B = 15.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#CEE550 (or 0xCEE550) is known color: Las Palmas. HEX triplet: CE, E5 and 50. RGB value is (206,229,80). Sum of RGB (Red+Green+Blue) = 206+229+80=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 229 (89.84% from 255 or 44.47% from 515); Blue value is 80 (31.64% from 255 or 15.53% from 515); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE550 is #311AAF. Grayscale: #CDCDCD. Windows color (decimal): -3218096 or 5301710. OLE color: 5301710.

HSL color Cylindrical-coordinate representation of color #CEE550: hue angle of 69.26º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CEE550 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 229 80 -
CMYK 0.10 0 0.65 0.10
HSL 69.26º 0.74% 0.61% -
HSV(B) 69.26º 0.65% 0.9% -
XYZ 54.92 69.74 18.16 -
YUV 205.14 57.38 128.62 -
System Red Green Blue C M Y K H S L
Decimal 206 229 80 0.10 0 0.65 0.10 69.26 0.74 0.61
Hex CE E5 50 A 0 41 A 45 4A 3D
Octal 316 345 120 12 0 101 12 105 112 75
Binary 11001110 11100101 1010000 1010 0 1000001 1010 1000101 1001010 111101

Color Harmonies of #CEE550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE550

Black with #CEE550

Text Example


Text Example

White with #CEE550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE550; }

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

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

background-color css

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

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

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

border-color css

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

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

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