Html Css Color HEX #CEF133 Pear

📋 copy color: '#CEF133'

red 206 ◦ green 241 ◦ blue 51

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

Shades of Pear #CEF133

Tints of Pear #CEF133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.24%

R = 41.37%
G = 48.39%
B = 10.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#CEF133 (or 0xCEF133) is known color: Pear. HEX triplet: CE, F1 and 33. RGB value is (206,241,51). Sum of RGB (Red+Green+Blue) = 206+241+51=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 241 (94.53% from 255 or 48.39% from 498); Blue value is 51 (20.31% from 255 or 10.24% from 498); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF133 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF133 is #310ECC. Grayscale: #D1D1D1. Windows color (decimal): -3215053 or 3404238. OLE color: 3404238.

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

Color convert

RGB 206 241 51 -
CMYK 0.15 0 0.79 0.05
HSL 71.05º 0.87% 0.57% -
HSV(B) 71.05º 0.79% 0.95% -
XYZ 57.51 76.27 14.82 -
YUV 208.88 38.9 125.95 -
System Red Green Blue C M Y K H S L
Decimal 206 241 51 0.15 0 0.79 0.05 71.05 0.87 0.57
Hex CE F1 33 F 0 4F 5 47 57 39
Octal 316 361 63 17 0 117 5 107 127 71
Binary 11001110 11110001 110011 1111 0 1001111 101 1000111 1010111 111001

Color Harmonies of #CEF133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF133

Black with #CEF133

Text Example


Text Example

White with #CEF133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF133; }

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

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

background-color css

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

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

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

border-color css

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

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

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