Html Css Color HEX #CEE215 Pear

📋 copy color: '#CEE215'

red 206 ◦ green 226 ◦ blue 21

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

Shades of Pear #CEE215

Tints of Pear #CEE215

RGB

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

 GREEN value IS 226 (88.67% from 255) = 49.89%

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

R = 45.47%
G = 49.89%
B = 4.64%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#CEE215 (or 0xCEE215) is known color: Pear. HEX triplet: CE, E2 and 15. RGB value is (206,226,21). Sum of RGB (Red+Green+Blue) = 206+226+21=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 226 (88.67% from 255 or 49.89% from 453); Blue value is 21 (8.59% from 255 or 4.64% from 453); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE215 is #311DEA. Grayscale: #C5C5C5. Windows color (decimal): -3218923 or 1434318. OLE color: 1434318.

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

Color convert

RGB 206 226 21 -
CMYK 0.09 0 0.91 0.11
HSL 65.85º 0.83% 0.48% -
HSV(B) 65.85º 0.91% 0.89% -
XYZ 52.79 67.57 10.97 -
YUV 196.65 28.87 134.67 -
System Red Green Blue C M Y K H S L
Decimal 206 226 21 0.09 0 0.91 0.11 65.85 0.83 0.48
Hex CE E2 15 9 0 5B B 42 53 30
Octal 316 342 25 11 0 133 13 102 123 60
Binary 11001110 11100010 10101 1001 0 1011011 1011 1000010 1010011 110000

Color Harmonies of #CEE215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE215

Black with #CEE215

Text Example


Text Example

White with #CEE215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE215; }

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

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

background-color css

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

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

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

border-color css

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

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

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