Html Css Color HEX #CEEB50 Las Palmas

📋 copy color: '#CEEB50'

red 206 ◦ green 235 ◦ blue 80

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

Shades of Las Palmas #CEEB50

Tints of Las Palmas #CEEB50

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.11%

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

R = 39.54%
G = 45.11%
B = 15.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#CEEB50 (or 0xCEEB50) is known color: Las Palmas. HEX triplet: CE, EB and 50. RGB value is (206,235,80). Sum of RGB (Red+Green+Blue) = 206+235+80=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 235 (92.19% from 255 or 45.11% from 521); Blue value is 80 (31.64% from 255 or 15.36% from 521); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEB50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEB50 is #3114AF. Grayscale: #D1D1D1. Windows color (decimal): -3216560 or 5303246. OLE color: 5303246.

HSL color Cylindrical-coordinate representation of color #CEEB50: hue angle of 71.23º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CEEB50 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 235 80 -
CMYK 0.12 0 0.66 0.08
HSL 71.23º 0.79% 0.62% -
HSV(B) 71.23º 0.66% 0.92% -
XYZ 56.61 73.12 18.72 -
YUV 208.66 55.39 126.1 -
System Red Green Blue C M Y K H S L
Decimal 206 235 80 0.12 0 0.66 0.08 71.23 0.79 0.62
Hex CE EB 50 C 0 42 8 47 4F 3E
Octal 316 353 120 14 0 102 10 107 117 76
Binary 11001110 11101011 1010000 1100 0 1000010 1000 1000111 1001111 111110

Color Harmonies of #CEEB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEB50

Black with #CEEB50

Text Example


Text Example

White with #CEEB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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