Html Css Color HEX #CEE52A Pear

📋 copy color: '#CEE52A'

red 206 ◦ green 229 ◦ blue 42

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

Shades of Pear #CEE52A

Tints of Pear #CEE52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.81%

R = 43.19%
G = 48.01%
B = 8.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#CEE52A (or 0xCEE52A) is known color: Pear. HEX triplet: CE, E5 and 2A. RGB value is (206,229,42). Sum of RGB (Red+Green+Blue) = 206+229+42=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 229 (89.84% from 255 or 48.01% from 477); Blue value is 42 (16.80% from 255 or 8.81% from 477); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE52A is #311AD5. Grayscale: #C9C9C9. Windows color (decimal): -3218134 or 2811342. OLE color: 2811342.

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

Color convert

RGB 206 229 42 -
CMYK 0.10 0 0.82 0.10
HSL 67.38º 0.78% 0.53% -
HSV(B) 67.38º 0.82% 0.9% -
XYZ 53.89 69.33 12.73 -
YUV 200.81 38.38 131.71 -
System Red Green Blue C M Y K H S L
Decimal 206 229 42 0.10 0 0.82 0.10 67.38 0.78 0.53
Hex CE E5 2A A 0 52 A 43 4E 35
Octal 316 345 52 12 0 122 12 103 116 65
Binary 11001110 11100101 101010 1010 0 1010010 1010 1000011 1001110 110101

Color Harmonies of #CEE52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE52A

Black with #CEE52A

Text Example


Text Example

White with #CEE52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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