Html Css Color HEX #CEF128 Pear

📋 copy color: '#CEF128'

red 206 ◦ green 241 ◦ blue 40

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

Shades of Pear #CEF128

Tints of Pear #CEF128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.21%

R = 42.3%
G = 49.49%
B = 8.21%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#CEF128 (or 0xCEF128) is known color: Pear. HEX triplet: CE, F1 and 28. RGB value is (206,241,40). Sum of RGB (Red+Green+Blue) = 206+241+40=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 40 (16.02% from 255 or 8.21% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF128 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF128 is #310ED7. Grayscale: #D0D0D0. Windows color (decimal): -3215064 or 2683342. OLE color: 2683342.

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

Color convert

RGB 206 241 40 -
CMYK 0.15 0 0.83 0.05
HSL 70.45º 0.88% 0.55% -
HSV(B) 70.45º 0.83% 0.95% -
XYZ 57.29 76.19 13.69 -
YUV 207.62 33.4 126.84 -
System Red Green Blue C M Y K H S L
Decimal 206 241 40 0.15 0 0.83 0.05 70.45 0.88 0.55
Hex CE F1 28 F 0 53 5 46 58 37
Octal 316 361 50 17 0 123 5 106 130 67
Binary 11001110 11110001 101000 1111 0 1010011 101 1000110 1011000 110111

Color Harmonies of #CEF128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF128

Black with #CEF128

Text Example


Text Example

White with #CEF128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF128; }

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

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

background-color css

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

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

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

border-color css

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

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

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