Html Css Color HEX #CEE515 Pear

📋 copy color: '#CEE515'

red 206 ◦ green 229 ◦ blue 21

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

Shades of Pear #CEE515

Tints of Pear #CEE515

RGB

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

 GREEN value IS 229 (89.84% from 255) = 50.22%

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

R = 45.18%
G = 50.22%
B = 4.61%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#CEE515 (or 0xCEE515) is known color: Pear. HEX triplet: CE, E5 and 15. RGB value is (206,229,21). Sum of RGB (Red+Green+Blue) = 206+229+21=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 229 (89.84% from 255 or 50.22% from 456); Blue value is 21 (8.59% from 255 or 4.61% from 456); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE515 is #311AEA. Grayscale: #C7C7C7. Windows color (decimal): -3218155 or 1435086. OLE color: 1435086.

HSL color Cylindrical-coordinate representation of color #CEE515: hue angle of 66.63º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CEE515 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 229 21 -
CMYK 0.10 0 0.91 0.10
HSL 66.63º 0.83% 0.49% -
HSV(B) 66.63º 0.91% 0.9% -
XYZ 53.61 69.21 11.24 -
YUV 198.41 27.88 133.41 -
System Red Green Blue C M Y K H S L
Decimal 206 229 21 0.10 0 0.91 0.10 66.63 0.83 0.49
Hex CE E5 15 A 0 5B A 43 53 31
Octal 316 345 25 12 0 133 12 103 123 61
Binary 11001110 11100101 10101 1010 0 1011011 1010 1000011 1010011 110001

Color Harmonies of #CEE515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE515

Black with #CEE515

Text Example


Text Example

White with #CEE515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE515; }

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

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

background-color css

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

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

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

border-color css

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

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

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