Html Css Color HEX #DEF921 Pear

📋 copy color: '#DEF921'

red 222 ◦ green 249 ◦ blue 33

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

Shades of Pear #DEF921

Tints of Pear #DEF921

RGB

 RED value IS 222 (87.11% from 255) = 44.05%

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

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

R = 44.05%
G = 49.4%
B = 6.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#DEF921 (or 0xDEF921) is known color: Pear. HEX triplet: DE, F9 and 21. RGB value is (222,249,33). Sum of RGB (Red+Green+Blue) = 222+249+33=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 249 (97.66% from 255 or 49.40% from 504); Blue value is 33 (13.28% from 255 or 6.55% from 504); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF921 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF921 is #2106DE. Grayscale: #D9D9D9. Windows color (decimal): -2164447 or 2226654. OLE color: 2226654.

HSL color Cylindrical-coordinate representation of color #DEF921: hue angle of 67.5º 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 #DEF921 is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 249 33 -
CMYK 0.11 0 0.87 0.02
HSL 67.5º 0.95% 0.55% -
HSV(B) 67.5º 0.87% 0.98% -
XYZ 64.27 83.39 14.15 -
YUV 216.3 24.55 132.06 -
System Red Green Blue C M Y K H S L
Decimal 222 249 33 0.11 0 0.87 0.02 67.5 0.95 0.55
Hex DE F9 21 B 0 57 2 44 5F 37
Octal 336 371 41 13 0 127 2 104 137 67
Binary 11011110 11111001 100001 1011 0 1010111 10 1000100 1011111 110111

Color Harmonies of #DEF921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF921

Black with #DEF921

Text Example


Text Example

White with #DEF921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF921; }

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

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

background-color css

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

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

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

border-color css

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

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

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