Html Css Color HEX #CEF124 Pear

📋 copy color: '#CEF124'

red 206 ◦ green 241 ◦ blue 36

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

Shades of Pear #CEF124

Tints of Pear #CEF124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.45%

R = 42.65%
G = 49.9%
B = 7.45%

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

#CEF124 (or 0xCEF124) is known color: Pear. HEX triplet: CE, F1 and 24. RGB value is (206,241,36). Sum of RGB (Red+Green+Blue) = 206+241+36=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 241 (94.53% from 255 or 49.90% from 483); Blue value is 36 (14.45% from 255 or 7.45% from 483); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF124 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF124 is #310EDB. Grayscale: #CFCFCF. Windows color (decimal): -3215068 or 2421198. OLE color: 2421198.

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

Color convert

RGB 206 241 36 -
CMYK 0.15 0 0.85 0.05
HSL 70.24º 0.88% 0.54% -
HSV(B) 70.24º 0.85% 0.95% -
XYZ 57.23 76.16 13.35 -
YUV 207.17 31.4 127.17 -
System Red Green Blue C M Y K H S L
Decimal 206 241 36 0.15 0 0.85 0.05 70.24 0.88 0.54
Hex CE F1 24 F 0 55 5 46 58 36
Octal 316 361 44 17 0 125 5 106 130 66
Binary 11001110 11110001 100100 1111 0 1010101 101 1000110 1011000 110110

Color Harmonies of #CEF124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF124

Black with #CEF124

Text Example


Text Example

White with #CEF124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF124; }

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

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

background-color css

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

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

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

border-color css

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

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

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