Html Css Color HEX #CEEB4D Las Palmas

📋 copy color: '#CEEB4D'

red 206 ◦ green 235 ◦ blue 77

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

Shades of Las Palmas #CEEB4D

Tints of Las Palmas #CEEB4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.86%

R = 39.77%
G = 45.37%
B = 14.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#CEEB4D (or 0xCEEB4D) is known color: Las Palmas. HEX triplet: CE, EB and 4D. RGB value is (206,235,77). Sum of RGB (Red+Green+Blue) = 206+235+77=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 235 (92.19% from 255 or 45.37% from 518); Blue value is 77 (30.47% from 255 or 14.86% from 518); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEB4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEB4D is #3114B2. Grayscale: #D0D0D0. Windows color (decimal): -3216563 or 5106638. OLE color: 5106638.

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

Color convert

RGB 206 235 77 -
CMYK 0.12 0 0.67 0.08
HSL 71.01º 0.8% 0.61% -
HSV(B) 71.01º 0.67% 0.92% -
XYZ 56.5 73.07 18.15 -
YUV 208.32 53.89 126.35 -
System Red Green Blue C M Y K H S L
Decimal 206 235 77 0.12 0 0.67 0.08 71.01 0.8 0.61
Hex CE EB 4D C 0 43 8 47 50 3D
Octal 316 353 115 14 0 103 10 107 120 75
Binary 11001110 11101011 1001101 1100 0 1000011 1000 1000111 1010000 111101

Color Harmonies of #CEEB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEB4D

Black with #CEEB4D

Text Example


Text Example

White with #CEEB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEB4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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