Html Css Color HEX #DEF93B Pear

📋 copy color: '#DEF93B'

red 222 ◦ green 249 ◦ blue 59

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

Shades of Pear #DEF93B

Tints of Pear #DEF93B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.13%

R = 41.89%
G = 46.98%
B = 11.13%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#DEF93B (or 0xDEF93B) is known color: Pear. HEX triplet: DE, F9 and 3B. RGB value is (222,249,59). Sum of RGB (Red+Green+Blue) = 222+249+59=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 59 (23.44% from 255 or 11.13% from 530); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF93B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF93B is #2106C4. Grayscale: #DCDCDC. Windows color (decimal): -2164421 or 3930590. OLE color: 3930590.

HSL color Cylindrical-coordinate representation of color #DEF93B: hue angle of 68.53º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DEF93B is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 249 59 -
CMYK 0.11 0 0.76 0.02
HSL 68.53º 0.94% 0.6% -
HSV(B) 68.53º 0.76% 0.98% -
XYZ 64.79 83.6 16.86 -
YUV 219.27 37.55 129.95 -
System Red Green Blue C M Y K H S L
Decimal 222 249 59 0.11 0 0.76 0.02 68.53 0.94 0.6
Hex DE F9 3B B 0 4C 2 45 5E 3C
Octal 336 371 73 13 0 114 2 105 136 74
Binary 11011110 11111001 111011 1011 0 1001100 10 1000101 1011110 111100

Color Harmonies of #DEF93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF93B

Black with #DEF93B

Text Example


Text Example

White with #DEF93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF93B; }

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

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

background-color css

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

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

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

border-color css

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

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

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