Html Css Color HEX #CEF521 Pear

📋 copy color: '#CEF521'

red 206 ◦ green 245 ◦ blue 33

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

Shades of Pear #CEF521

Tints of Pear #CEF521

RGB

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

 GREEN value IS 245 (96.09% from 255) = 50.62%

 BLUE value IS 33 (13.28% from 255) = 6.82%

R = 42.56%
G = 50.62%
B = 6.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#CEF521 (or 0xCEF521) is known color: Pear. HEX triplet: CE, F5 and 21. RGB value is (206,245,33). Sum of RGB (Red+Green+Blue) = 206+245+33=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 245 (96.09% from 255 or 50.62% from 484); Blue value is 33 (13.28% from 255 or 6.82% from 484); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF521 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF521 is #310ADE. Grayscale: #D1D1D1. Windows color (decimal): -3214047 or 2225614. OLE color: 2225614.

HSL color Cylindrical-coordinate representation of color #CEF521: hue angle of 71.04º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CEF521 is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 245 33 -
CMYK 0.16 0 0.87 0.04
HSL 71.04º 0.91% 0.55% -
HSV(B) 71.04º 0.87% 0.96% -
XYZ 58.38 78.54 13.52 -
YUV 209.17 28.58 125.74 -
System Red Green Blue C M Y K H S L
Decimal 206 245 33 0.16 0 0.87 0.04 71.04 0.91 0.55
Hex CE F5 21 10 0 57 4 47 5B 37
Octal 316 365 41 20 0 127 4 107 133 67
Binary 11001110 11110101 100001 10000 0 1010111 100 1000111 1011011 110111

Color Harmonies of #CEF521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF521

Black with #CEF521

Text Example


Text Example

White with #CEF521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF521; }

 p { color: rgb(206,245,33); }

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

background-color css

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

 a { background-color: rgb(206,245,33); }

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

border-color css

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

 span { border-color: rgb(206,245,33); }

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