Html Css Color HEX #DAF71E Pear

📋 copy color: '#DAF71E'

red 218 ◦ green 247 ◦ blue 30

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

Shades of Pear #DAF71E

Tints of Pear #DAF71E

RGB

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

 GREEN value IS 247 (96.88% from 255) = 49.9%

 BLUE value IS 30 (12.11% from 255) = 6.06%

R = 44.04%
G = 49.9%
B = 6.06%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#DAF71E (or 0xDAF71E) is known color: Pear. HEX triplet: DA, F7 and 1E. RGB value is (218,247,30). Sum of RGB (Red+Green+Blue) = 218+247+30=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 247 (96.88% from 255 or 49.90% from 495); Blue value is 30 (12.11% from 255 or 6.06% from 495); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF71E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF71E is #2508E1. Grayscale: #D6D6D6. Windows color (decimal): -2427106 or 2029530. OLE color: 2029530.

HSL color Cylindrical-coordinate representation of color #DAF71E: hue angle of 68.02º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DAF71E is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 247 30 -
CMYK 0.12 0 0.88 0.03
HSL 68.02º 0.93% 0.54% -
HSV(B) 68.02º 0.88% 0.97% -
XYZ 62.41 81.52 13.67 -
YUV 213.59 24.39 131.14 -
System Red Green Blue C M Y K H S L
Decimal 218 247 30 0.12 0 0.88 0.03 68.02 0.93 0.54
Hex DA F7 1E C 0 58 3 44 5D 36
Octal 332 367 36 14 0 130 3 104 135 66
Binary 11011010 11110111 11110 1100 0 1011000 11 1000100 1011101 110110

Color Harmonies of #DAF71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF71E

Black with #DAF71E

Text Example


Text Example

White with #DAF71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF71E; }

 p { color: rgb(218,247,30); }

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

background-color css

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

 a { background-color: rgb(218,247,30); }

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

border-color css

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

 span { border-color: rgb(218,247,30); }

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