Html Css Color HEX #CEE650 Las Palmas

📋 copy color: '#CEE650'

red 206 ◦ green 230 ◦ blue 80

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

Shades of Las Palmas #CEE650

Tints of Las Palmas #CEE650

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.57%

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

R = 39.92%
G = 44.57%
B = 15.5%

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

#CEE650 (or 0xCEE650) is known color: Las Palmas. HEX triplet: CE, E6 and 50. RGB value is (206,230,80). Sum of RGB (Red+Green+Blue) = 206+230+80=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 230 (90.23% from 255 or 44.57% from 516); Blue value is 80 (31.64% from 255 or 15.50% from 516); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE650 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE650 is #3119AF. Grayscale: #CECECE. Windows color (decimal): -3217840 or 5301966. OLE color: 5301966.

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

Color convert

RGB 206 230 80 -
CMYK 0.10 0 0.65 0.10
HSL 69.6º 0.75% 0.61% -
HSV(B) 69.6º 0.65% 0.9% -
XYZ 55.2 70.29 18.25 -
YUV 205.72 57.05 128.2 -
System Red Green Blue C M Y K H S L
Decimal 206 230 80 0.10 0 0.65 0.10 69.6 0.75 0.61
Hex CE E6 50 A 0 41 A 46 4B 3D
Octal 316 346 120 12 0 101 12 106 113 75
Binary 11001110 11100110 1010000 1010 0 1000001 1010 1000110 1001011 111101

Color Harmonies of #CEE650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE650

Black with #CEE650

Text Example


Text Example

White with #CEE650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE650; }

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

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

background-color css

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

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

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

border-color css

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

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

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