Html Css Color HEX #CEE920 Pear

📋 copy color: '#CEE920'

red 206 ◦ green 233 ◦ blue 32

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

Shades of Pear #CEE920

Tints of Pear #CEE920

RGB

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

 GREEN value IS 233 (91.41% from 255) = 49.47%

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

R = 43.74%
G = 49.47%
B = 6.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#CEE920 (or 0xCEE920) is known color: Pear. HEX triplet: CE, E9 and 20. RGB value is (206,233,32). Sum of RGB (Red+Green+Blue) = 206+233+32=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 233 (91.41% from 255 or 49.47% from 471); Blue value is 32 (12.89% from 255 or 6.79% from 471); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE920 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEE920 is #3116DF. Grayscale: #CACACA. Windows color (decimal): -3217120 or 2157006. OLE color: 2157006.

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

Color convert

RGB 206 233 32 -
CMYK 0.12 0 0.86 0.09
HSL 68.06º 0.82% 0.52% -
HSV(B) 68.06º 0.86% 0.91% -
XYZ 54.85 71.5 12.28 -
YUV 202.01 32.05 130.84 -
System Red Green Blue C M Y K H S L
Decimal 206 233 32 0.12 0 0.86 0.09 68.06 0.82 0.52
Hex CE E9 20 C 0 56 9 44 52 34
Octal 316 351 40 14 0 126 11 104 122 64
Binary 11001110 11101001 100000 1100 0 1010110 1001 1000100 1010010 110100

Color Harmonies of #CEE920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE920

Black with #CEE920

Text Example


Text Example

White with #CEE920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE920; }

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

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

background-color css

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

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

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

border-color css

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

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

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