Html Css Color HEX #CEF725 Pear

📋 copy color: '#CEF725'

red 206 ◦ green 247 ◦ blue 37

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

Shades of Pear #CEF725

Tints of Pear #CEF725

RGB

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

 GREEN value IS 247 (96.88% from 255) = 50.41%

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

R = 42.04%
G = 50.41%
B = 7.55%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#CEF725 (or 0xCEF725) is known color: Pear. HEX triplet: CE, F7 and 25. RGB value is (206,247,37). Sum of RGB (Red+Green+Blue) = 206+247+37=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 247 (96.88% from 255 or 50.41% from 490); Blue value is 37 (14.84% from 255 or 7.55% from 490); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF725 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF725 is #3108DA. Grayscale: #D3D3D3. Windows color (decimal): -3213531 or 2488270. OLE color: 2488270.

HSL color Cylindrical-coordinate representation of color #CEF725: hue angle of 71.71º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEF725 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.

Color convert

RGB 206 247 37 -
CMYK 0.17 0 0.85 0.03
HSL 71.71º 0.93% 0.56% -
HSV(B) 71.71º 0.85% 0.97% -
XYZ 59.05 79.78 14.04 -
YUV 210.8 29.92 124.58 -
System Red Green Blue C M Y K H S L
Decimal 206 247 37 0.17 0 0.85 0.03 71.71 0.93 0.56
Hex CE F7 25 11 0 55 3 48 5D 38
Octal 316 367 45 21 0 125 3 110 135 70
Binary 11001110 11110111 100101 10001 0 1010101 11 1001000 1011101 111000

Color Harmonies of #CEF725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF725

Black with #CEF725

Text Example


Text Example

White with #CEF725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF725; }

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

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

background-color css

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

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

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

border-color css

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

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

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