Html Css Color HEX #CEF621 Pear

📋 copy color: '#CEF621'

red 206 ◦ green 246 ◦ blue 33

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

Shades of Pear #CEF621

Tints of Pear #CEF621

RGB

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

 GREEN value IS 246 (96.48% from 255) = 50.72%

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

R = 42.47%
G = 50.72%
B = 6.8%

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

#CEF621 (or 0xCEF621) is known color: Pear. HEX triplet: CE, F6 and 21. RGB value is (206,246,33). Sum of RGB (Red+Green+Blue) = 206+246+33=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 246 (96.48% from 255 or 50.72% from 485); Blue value is 33 (13.28% from 255 or 6.80% from 485); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF621 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF621 is #3109DE. Grayscale: #D2D2D2. Windows color (decimal): -3213791 or 2225870. OLE color: 2225870.

HSL color Cylindrical-coordinate representation of color #CEF621: hue angle of 71.27º degrees, saturation: 0.92, 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 #CEF621 is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 246 33 -
CMYK 0.16 0 0.87 0.04
HSL 71.27º 0.92% 0.55% -
HSV(B) 71.27º 0.87% 0.96% -
XYZ 58.68 79.14 13.62 -
YUV 209.76 28.25 125.32 -
System Red Green Blue C M Y K H S L
Decimal 206 246 33 0.16 0 0.87 0.04 71.27 0.92 0.55
Hex CE F6 21 10 0 57 4 47 5C 37
Octal 316 366 41 20 0 127 4 107 134 67
Binary 11001110 11110110 100001 10000 0 1010111 100 1000111 1011100 110111

Color Harmonies of #CEF621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF621

Black with #CEF621

Text Example


Text Example

White with #CEF621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF621; }

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

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

background-color css

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

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

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

border-color css

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

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

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