Html Css Color HEX #CEE53A Pear

📋 copy color: '#CEE53A'

red 206 ◦ green 229 ◦ blue 58

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

Shades of Pear #CEE53A

Tints of Pear #CEE53A

RGB

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

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

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

R = 41.78%
G = 46.45%
B = 11.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.75

 K value IS 0.10

RGB Variations

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

Color information

#CEE53A (or 0xCEE53A) is known color: Pear. HEX triplet: CE, E5 and 3A. RGB value is (206,229,58). Sum of RGB (Red+Green+Blue) = 206+229+58=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 229 (89.84% from 255 or 46.45% from 493); Blue value is 58 (23.05% from 255 or 11.76% from 493); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE53A is #311AC5. Grayscale: #CBCBCB. Windows color (decimal): -3218118 or 3859918. OLE color: 3859918.

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

Color convert

RGB 206 229 58 -
CMYK 0.10 0 0.75 0.10
HSL 68.07º 0.77% 0.56% -
HSV(B) 68.07º 0.75% 0.9% -
XYZ 54.24 69.47 14.55 -
YUV 202.63 46.38 130.4 -
System Red Green Blue C M Y K H S L
Decimal 206 229 58 0.10 0 0.75 0.10 68.07 0.77 0.56
Hex CE E5 3A A 0 4B A 44 4D 38
Octal 316 345 72 12 0 113 12 104 115 70
Binary 11001110 11100101 111010 1010 0 1001011 1010 1000100 1001101 111000

Color Harmonies of #CEE53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE53A

Black with #CEE53A

Text Example


Text Example

White with #CEE53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE53A; }

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

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

background-color css

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

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

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

border-color css

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

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

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