Html Css Color HEX #CEF921 Pear

📋 copy color: '#CEF921'

red 206 ◦ green 249 ◦ blue 33

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

Shades of Pear #CEF921

Tints of Pear #CEF921

RGB

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

 GREEN value IS 249 (97.66% from 255) = 51.02%

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

R = 42.21%
G = 51.02%
B = 6.76%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#CEF921 (or 0xCEF921) is known color: Pear. HEX triplet: CE, F9 and 21. RGB value is (206,249,33). Sum of RGB (Red+Green+Blue) = 206+249+33=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 249 (97.66% from 255 or 51.02% from 488); Blue value is 33 (13.28% from 255 or 6.76% from 488); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF921 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF921 is #3106DE. Grayscale: #D4D4D4. Windows color (decimal): -3213023 or 2226638. OLE color: 2226638.

HSL color Cylindrical-coordinate representation of color #CEF921: hue angle of 71.94º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CEF921 is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 249 33 -
CMYK 0.17 0 0.87 0.02
HSL 71.94º 0.95% 0.55% -
HSV(B) 71.94º 0.87% 0.98% -
XYZ 59.6 80.98 13.93 -
YUV 211.52 27.25 124.06 -
System Red Green Blue C M Y K H S L
Decimal 206 249 33 0.17 0 0.87 0.02 71.94 0.95 0.55
Hex CE F9 21 11 0 57 2 48 5F 37
Octal 316 371 41 21 0 127 2 110 137 67
Binary 11001110 11111001 100001 10001 0 1010111 10 1001000 1011111 110111

Color Harmonies of #CEF921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF921

Black with #CEF921

Text Example


Text Example

White with #CEF921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF921; }

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

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

background-color css

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

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

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

border-color css

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

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

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