Html Css Color HEX #DAF920 Pear

📋 copy color: '#DAF920'

red 218 ◦ green 249 ◦ blue 32

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

Shades of Pear #DAF920

Tints of Pear #DAF920

RGB

 RED value IS 218 (85.55% from 255) = 43.69%

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

 BLUE value IS 32 (12.89% from 255) = 6.41%

R = 43.69%
G = 49.9%
B = 6.41%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#DAF920 (or 0xDAF920) is known color: Pear. HEX triplet: DA, F9 and 20. RGB value is (218,249,32). Sum of RGB (Red+Green+Blue) = 218+249+32=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 249 (97.66% from 255 or 49.90% from 499); Blue value is 32 (12.89% from 255 or 6.41% from 499); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF920 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF920 is #2506DF. Grayscale: #D7D7D7. Windows color (decimal): -2426592 or 2161114. OLE color: 2161114.

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

Color convert

RGB 218 249 32 -
CMYK 0.12 0 0.87 0.02
HSL 68.57º 0.95% 0.55% -
HSV(B) 68.57º 0.87% 0.98% -
XYZ 63.05 82.76 14.02 -
YUV 214.99 24.73 130.14 -
System Red Green Blue C M Y K H S L
Decimal 218 249 32 0.12 0 0.87 0.02 68.57 0.95 0.55
Hex DA F9 20 C 0 57 2 45 5F 37
Octal 332 371 40 14 0 127 2 105 137 67
Binary 11011010 11111001 100000 1100 0 1010111 10 1000101 1011111 110111

Color Harmonies of #DAF920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF920

Black with #DAF920

Text Example


Text Example

White with #DAF920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF920; }

 p { color: rgb(218,249,32); }

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

background-color css

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

 a { background-color: rgb(218,249,32); }

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

border-color css

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

 span { border-color: rgb(218,249,32); }

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