Html Css Color HEX #CEF125 Pear

📋 copy color: '#CEF125'

red 206 ◦ green 241 ◦ blue 37

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

Shades of Pear #CEF125

Tints of Pear #CEF125

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.79%

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

R = 42.56%
G = 49.79%
B = 7.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#CEF125 (or 0xCEF125) is known color: Pear. HEX triplet: CE, F1 and 25. RGB value is (206,241,37). Sum of RGB (Red+Green+Blue) = 206+241+37=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 37 (14.84% from 255 or 7.64% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF125 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF125 is #310EDA. Grayscale: #D0D0D0. Windows color (decimal): -3215067 or 2486734. OLE color: 2486734.

HSL color Cylindrical-coordinate representation of color #CEF125: hue angle of 70.29º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEF125 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 241 37 -
CMYK 0.15 0 0.85 0.05
HSL 70.29º 0.88% 0.55% -
HSV(B) 70.29º 0.85% 0.95% -
XYZ 57.24 76.17 13.43 -
YUV 207.28 31.9 127.09 -
System Red Green Blue C M Y K H S L
Decimal 206 241 37 0.15 0 0.85 0.05 70.29 0.88 0.55
Hex CE F1 25 F 0 55 5 46 58 37
Octal 316 361 45 17 0 125 5 106 130 67
Binary 11001110 11110001 100101 1111 0 1010101 101 1000110 1011000 110111

Color Harmonies of #CEF125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF125

Black with #CEF125

Text Example


Text Example

White with #CEF125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF125; }

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

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

background-color css

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

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

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

border-color css

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

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

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