Html Css Color HEX #CEE825 Pear

📋 copy color: '#CEE825'

red 206 ◦ green 232 ◦ blue 37

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

Shades of Pear #CEE825

Tints of Pear #CEE825

RGB

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

 GREEN value IS 232 (91.02% from 255) = 48.84%

 BLUE value IS 37 (14.84% from 255) = 7.79%

R = 43.37%
G = 48.84%
B = 7.79%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#CEE825 (or 0xCEE825) is known color: Pear. HEX triplet: CE, E8 and 25. RGB value is (206,232,37). Sum of RGB (Red+Green+Blue) = 206+232+37=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 232 (91.02% from 255 or 48.84% from 475); Blue value is 37 (14.84% from 255 or 7.79% from 475); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE825 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEE825 is #3117DA. Grayscale: #CACACA. Windows color (decimal): -3217371 or 2484430. OLE color: 2484430.

HSL color Cylindrical-coordinate representation of color #CEE825: hue angle of 68º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CEE825 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 232 37 -
CMYK 0.11 0 0.84 0.09
HSL 68º 0.81% 0.53% -
HSV(B) 68º 0.84% 0.91% -
XYZ 54.64 70.97 12.57 -
YUV 202 34.89 130.86 -
System Red Green Blue C M Y K H S L
Decimal 206 232 37 0.11 0 0.84 0.09 68 0.81 0.53
Hex CE E8 25 B 0 54 9 44 51 35
Octal 316 350 45 13 0 124 11 104 121 65
Binary 11001110 11101000 100101 1011 0 1010100 1001 1000100 1010001 110101

Color Harmonies of #CEE825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE825

Black with #CEE825

Text Example


Text Example

White with #CEE825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE825; }

 p { color: rgb(206,232,37); }

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

background-color css

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

 a { background-color: rgb(206,232,37); }

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

border-color css

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

 span { border-color: rgb(206,232,37); }

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