Html Css Color HEX #CEE13A Pear

📋 copy color: '#CEE13A'

red 206 ◦ green 225 ◦ blue 58

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

Shades of Pear #CEE13A

Tints of Pear #CEE13A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.01%

 BLUE value IS 58 (23.05% from 255) = 11.86%

R = 42.13%
G = 46.01%
B = 11.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#CEE13A (or 0xCEE13A) is known color: Pear. HEX triplet: CE, E1 and 3A. RGB value is (206,225,58). Sum of RGB (Red+Green+Blue) = 206+225+58=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 58 (23.05% from 255 or 11.86% from 489); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE13A is #311EC5. Grayscale: #C8C8C8. Windows color (decimal): -3219142 or 3858894. OLE color: 3858894.

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

Color convert

RGB 206 225 58 -
CMYK 0.08 0 0.74 0.12
HSL 66.83º 0.74% 0.55% -
HSV(B) 66.83º 0.74% 0.88% -
XYZ 53.14 67.28 14.19 -
YUV 200.28 47.71 132.08 -
System Red Green Blue C M Y K H S L
Decimal 206 225 58 0.08 0 0.74 0.12 66.83 0.74 0.55
Hex CE E1 3A 8 0 4A C 43 4A 37
Octal 316 341 72 10 0 112 14 103 112 67
Binary 11001110 11100001 111010 1000 0 1001010 1100 1000011 1001010 110111

Color Harmonies of #CEE13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE13A

Black with #CEE13A

Text Example


Text Example

White with #CEE13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE13A; }

 p { color: rgb(206,225,58); }

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

background-color css

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

 a { background-color: rgb(206,225,58); }

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

border-color css

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

 span { border-color: rgb(206,225,58); }

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