Html Css Color HEX #CEEB20 Pear

📋 copy color: '#CEEB20'

red 206 ◦ green 235 ◦ blue 32

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

Shades of Pear #CEEB20

Tints of Pear #CEEB20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.77%

R = 43.55%
G = 49.68%
B = 6.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#CEEB20 (or 0xCEEB20) is known color: Pear. HEX triplet: CE, EB and 20. RGB value is (206,235,32). Sum of RGB (Red+Green+Blue) = 206+235+32=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 235 (92.19% from 255 or 49.68% from 473); Blue value is 32 (12.89% from 255 or 6.77% from 473); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEB20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEB20 is #3114DF. Grayscale: #CBCBCB. Windows color (decimal): -3216608 or 2157518. OLE color: 2157518.

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

Color convert

RGB 206 235 32 -
CMYK 0.12 0 0.86 0.08
HSL 68.57º 0.84% 0.52% -
HSV(B) 68.57º 0.86% 0.92% -
XYZ 55.42 72.64 12.47 -
YUV 203.19 31.39 130.01 -
System Red Green Blue C M Y K H S L
Decimal 206 235 32 0.12 0 0.86 0.08 68.57 0.84 0.52
Hex CE EB 20 C 0 56 8 45 54 34
Octal 316 353 40 14 0 126 10 105 124 64
Binary 11001110 11101011 100000 1100 0 1010110 1000 1000101 1010100 110100

Color Harmonies of #CEEB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEB20

Black with #CEEB20

Text Example


Text Example

White with #CEEB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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