Html Css Color HEX #CEE015 Pear

📋 copy color: '#CEE015'

red 206 ◦ green 224 ◦ blue 21

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

Shades of Pear #CEE015

Tints of Pear #CEE015

RGB

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

 GREEN value IS 224 (87.89% from 255) = 49.67%

 BLUE value IS 21 (8.59% from 255) = 4.66%

R = 45.68%
G = 49.67%
B = 4.66%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#CEE015 (or 0xCEE015) is known color: Pear. HEX triplet: CE, E0 and 15. RGB value is (206,224,21). Sum of RGB (Red+Green+Blue) = 206+224+21=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 224 (87.89% from 255 or 49.67% from 451); Blue value is 21 (8.59% from 255 or 4.66% from 451); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE015 is #311FEA. Grayscale: #C4C4C4. Windows color (decimal): -3219435 or 1433806. OLE color: 1433806.

HSL color Cylindrical-coordinate representation of color #CEE015: hue angle of 65.32º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CEE015 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 224 21 -
CMYK 0.08 0 0.91 0.12
HSL 65.32º 0.83% 0.48% -
HSV(B) 65.32º 0.91% 0.88% -
XYZ 52.24 66.49 10.79 -
YUV 195.48 29.54 135.51 -
System Red Green Blue C M Y K H S L
Decimal 206 224 21 0.08 0 0.91 0.12 65.32 0.83 0.48
Hex CE E0 15 8 0 5B C 41 53 30
Octal 316 340 25 10 0 133 14 101 123 60
Binary 11001110 11100000 10101 1000 0 1011011 1100 1000001 1010011 110000

Color Harmonies of #CEE015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE015

Black with #CEE015

Text Example


Text Example

White with #CEE015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE015; }

 p { color: rgb(206,224,21); }

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

background-color css

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

 a { background-color: rgb(206,224,21); }

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

border-color css

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

 span { border-color: rgb(206,224,21); }

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