Html Css Color HEX #CEE750 Las Palmas

📋 copy color: '#CEE750'

red 206 ◦ green 231 ◦ blue 80

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

Shades of Las Palmas #CEE750

Tints of Las Palmas #CEE750

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.68%

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

R = 39.85%
G = 44.68%
B = 15.47%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#CEE750 (or 0xCEE750) is known color: Las Palmas. HEX triplet: CE, E7 and 50. RGB value is (206,231,80). Sum of RGB (Red+Green+Blue) = 206+231+80=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 231 (90.62% from 255 or 44.68% from 517); Blue value is 80 (31.64% from 255 or 15.47% from 517); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE750 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE750 is #3118AF. Grayscale: #CECECE. Windows color (decimal): -3217584 or 5302222. OLE color: 5302222.

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

Color convert

RGB 206 231 80 -
CMYK 0.11 0 0.65 0.09
HSL 69.93º 0.76% 0.61% -
HSV(B) 69.93º 0.65% 0.91% -
XYZ 55.48 70.85 18.34 -
YUV 206.31 56.72 127.78 -
System Red Green Blue C M Y K H S L
Decimal 206 231 80 0.11 0 0.65 0.09 69.93 0.76 0.61
Hex CE E7 50 B 0 41 9 46 4C 3D
Octal 316 347 120 13 0 101 11 106 114 75
Binary 11001110 11100111 1010000 1011 0 1000001 1001 1000110 1001100 111101

Color Harmonies of #CEE750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE750

Black with #CEE750

Text Example


Text Example

White with #CEE750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE750; }

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

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

background-color css

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

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

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

border-color css

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

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

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