Html Css Color HEX #CEE725 Pear

📋 copy color: '#CEE725'

red 206 ◦ green 231 ◦ blue 37

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

Shades of Pear #CEE725

Tints of Pear #CEE725

RGB

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

 GREEN value IS 231 (90.63% 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 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

#CEE725 (or 0xCEE725) is known color: 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

RGB 206 231 37 -
CMYK 0.11 0 0.84 0.09
HSL 67.73º 0.8% 0.53% -
HSV(B) 67.73º 0.84% 0.91% -
XYZ 54.36 70.41 12.47 -
YUV 201.41 35.22 131.27 -
System Red Green Blue C M Y K H S L
Decimal 206 231 37 0.11 0 0.84 0.09 67.73 0.8 0.53
Hex CE E7 25 B 0 54 9 44 50 35
Octal 316 347 45 13 0 124 11 104 120 65
Binary 11001110 11100111 100101 1011 0 1010100 1001 1000100 1010000 110101

Color Harmonies of #CEE725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE725

Black with #CEE725

Text Example


Text Example

White with #CEE725

Text Example


Text Example

HTML Codes & Css Web 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>