Html Css Color HEX #DEF328 Pear

📋 copy color: '#DEF328'

red 222 ◦ green 243 ◦ blue 40

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

Shades of Pear #DEF328

Tints of Pear #DEF328

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.12%

 BLUE value IS 40 (16.02% from 255) = 7.92%

R = 43.96%
G = 48.12%
B = 7.92%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#DEF328 (or 0xDEF328) is known color: Pear. HEX triplet: DE, F3 and 28. RGB value is (222,243,40). Sum of RGB (Red+Green+Blue) = 222+243+40=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 243 (95.31% from 255 or 48.12% from 505); Blue value is 40 (16.02% from 255 or 7.92% from 505); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF328 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF328 is #210CD7. Grayscale: #D6D6D6. Windows color (decimal): -2165976 or 2683870. OLE color: 2683870.

HSL color Cylindrical-coordinate representation of color #DEF328: hue angle of 66.21º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DEF328 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 243 40 -
CMYK 0.09 0 0.84 0.05
HSL 66.21º 0.89% 0.55% -
HSV(B) 66.21º 0.84% 0.95% -
XYZ 62.56 79.78 14.11 -
YUV 213.58 30.04 134.01 -
System Red Green Blue C M Y K H S L
Decimal 222 243 40 0.09 0 0.84 0.05 66.21 0.89 0.55
Hex DE F3 28 9 0 54 5 42 59 37
Octal 336 363 50 11 0 124 5 102 131 67
Binary 11011110 11110011 101000 1001 0 1010100 101 1000010 1011001 110111

Color Harmonies of #DEF328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF328

Black with #DEF328

Text Example


Text Example

White with #DEF328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF328; }

 p { color: rgb(222,243,40); }

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

background-color css

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

 a { background-color: rgb(222,243,40); }

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

border-color css

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

 span { border-color: rgb(222,243,40); }

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