Html Css Color HEX #CEE03A Pear

📋 copy color: '#CEE03A'

red 206 ◦ green 224 ◦ blue 58

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

Shades of Pear #CEE03A

Tints of Pear #CEE03A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.9%

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

R = 42.21%
G = 45.9%
B = 11.89%

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

#CEE03A (or 0xCEE03A) is known color: Pear. HEX triplet: CE, E0 and 3A. RGB value is (206,224,58). Sum of RGB (Red+Green+Blue) = 206+224+58=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 58 (23.05% from 255 or 11.89% from 488); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE03A is #311FC5. Grayscale: #C8C8C8. Windows color (decimal): -3219398 or 3858638. OLE color: 3858638.

HSL color Cylindrical-coordinate representation of color #CEE03A: hue angle of 66.51º degrees, saturation: 0.73, 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 #CEE03A is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 224 58 -
CMYK 0.08 0 0.74 0.12
HSL 66.51º 0.73% 0.55% -
HSV(B) 66.51º 0.74% 0.88% -
XYZ 52.87 66.74 14.1 -
YUV 199.69 48.04 132.5 -
System Red Green Blue C M Y K H S L
Decimal 206 224 58 0.08 0 0.74 0.12 66.51 0.73 0.55
Hex CE E0 3A 8 0 4A C 43 49 37
Octal 316 340 72 10 0 112 14 103 111 67
Binary 11001110 11100000 111010 1000 0 1001010 1100 1000011 1001001 110111

Color Harmonies of #CEE03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE03A

Black with #CEE03A

Text Example


Text Example

White with #CEE03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE03A; }

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

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

background-color css

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

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

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

border-color css

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

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

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