Html Css Color HEX #CEEB8D Sulu

📋 copy color: '#CEEB8D'

red 206 ◦ green 235 ◦ blue 141

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

Shades of Sulu #CEEB8D

Tints of Sulu #CEEB8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.23%

R = 35.4%
G = 40.38%
B = 24.23%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#CEEB8D (or 0xCEEB8D) is known color: Sulu. HEX triplet: CE, EB and 8D. RGB value is (206,235,141). Sum of RGB (Red+Green+Blue) = 206+235+141=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 235 (92.19% from 255 or 40.38% from 582); Blue value is 141 (55.47% from 255 or 24.23% from 582); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEB8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEB8D is #311472. Grayscale: #D7D7D7. Windows color (decimal): -3216499 or 9300942. OLE color: 9300942.

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

Color convert

RGB 206 235 141 -
CMYK 0.12 0 0.4 0.08
HSL 78.51º 0.7% 0.74% -
HSV(B) 78.51º 0.4% 0.92% -
XYZ 59.97 74.46 36.41 -
YUV 215.61 85.89 121.14 -
System Red Green Blue C M Y K H S L
Decimal 206 235 141 0.12 0 0.4 0.08 78.51 0.7 0.74
Hex CE EB 8D C 0 28 8 4F 46 4A
Octal 316 353 215 14 0 50 10 117 106 112
Binary 11001110 11101011 10001101 1100 0 101000 1000 1001111 1000110 1001010

Color Harmonies of #CEEB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEB8D

Black with #CEEB8D

Text Example


Text Example

White with #CEEB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEB8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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