#CEE725

Color #CEE725 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #CEE725

Tints of Pear #CEE725

Color information

#CEE725 (or 0xCEE725) is unknown color: approx Pear. HEX triplet: CE, E7 and 25. RGB value is (206,231,37). Sum of RGB (Red+Green+Blue) = 206+231+37=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 231 (90.62% from 255 or 48.73% from 474); Blue value is 37 (14.84% from 255 or 7.81% from 474); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE725 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEE725 is #3118DA. Grayscale: #CACACA. Windows color (decimal): -3217627 or 2484174. OLE color: 2484174.

HSL color Cylindrical-coordinate representation of color #CEE725: hue angle of 67.73º degrees, saturation: 0.8, 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 #CEE725 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB20623137-
CMYK0.1100.840.09
HSL67.73º80.17%52.55%-
HSV(B)67.73º83.98%90.59%-
XYZ54.3670.4112.47-
YUV201.4135.22131.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.46%
GREEN value IS 231 (90.62% from 255) = 48.73%
BLUE value IS 37 (14.84% from 255) = 7.81%
R=43.46%
G=48.73%
B=7.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal206231370.1100.840.0967.7380.1752.55
HexCEE725B0549445035
Octal316347451301241110412065
Binary1100111011100111100101101101010100100110001001010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE725; }

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

 H1.HeaderClassName
 {
   color: #CEE725;
 }
 .AnyTagClassName
 {
   color: #CEE725;
 }
</style>
background-color css

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

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

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

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

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

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