Html Css Color HEX #CEE320 Pear

📋 copy color: '#CEE320'

red 206 ◦ green 227 ◦ blue 32

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

Shades of Pear #CEE320

Tints of Pear #CEE320

RGB

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

 GREEN value IS 227 (89.06% from 255) = 48.82%

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

R = 44.3%
G = 48.82%
B = 6.88%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#CEE320 (or 0xCEE320) is known color: Pear. HEX triplet: CE, E3 and 20. RGB value is (206,227,32). Sum of RGB (Red+Green+Blue) = 206+227+32=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 227 (89.06% from 255 or 48.82% from 465); Blue value is 32 (12.89% from 255 or 6.88% from 465); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE320 is #311CDF. Grayscale: #C7C7C7. Windows color (decimal): -3218656 or 2155470. OLE color: 2155470.

HSL color Cylindrical-coordinate representation of color #CEE320: hue angle of 66.46º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CEE320 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 227 32 -
CMYK 0.09 0 0.86 0.11
HSL 66.46º 0.78% 0.51% -
HSV(B) 66.46º 0.86% 0.89% -
XYZ 53.18 68.16 11.72 -
YUV 198.49 34.04 133.36 -
System Red Green Blue C M Y K H S L
Decimal 206 227 32 0.09 0 0.86 0.11 66.46 0.78 0.51
Hex CE E3 20 9 0 56 B 42 4E 33
Octal 316 343 40 11 0 126 13 102 116 63
Binary 11001110 11100011 100000 1001 0 1010110 1011 1000010 1001110 110011

Color Harmonies of #CEE320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE320

Black with #CEE320

Text Example


Text Example

White with #CEE320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE320; }

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

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

background-color css

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

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

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

border-color css

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

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

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