Html Css Color HEX #DAF61F Pear

📋 copy color: '#DAF61F'

red 218 ◦ green 246 ◦ blue 31

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

Shades of Pear #DAF61F

Tints of Pear #DAF61F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.7%

 BLUE value IS 31 (12.5% from 255) = 6.26%

R = 44.04%
G = 49.7%
B = 6.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#DAF61F (or 0xDAF61F) is known color: Pear. HEX triplet: DA, F6 and 1F. RGB value is (218,246,31). Sum of RGB (Red+Green+Blue) = 218+246+31=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 246 (96.48% from 255 or 49.70% from 495); Blue value is 31 (12.5% from 255 or 6.26% from 495); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF61F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF61F is #2509E0. Grayscale: #D5D5D5. Windows color (decimal): -2427361 or 2094810. OLE color: 2094810.

HSL color Cylindrical-coordinate representation of color #DAF61F: hue angle of 67.81º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DAF61F is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 246 31 -
CMYK 0.11 0 0.87 0.04
HSL 67.81º 0.92% 0.54% -
HSV(B) 67.81º 0.87% 0.96% -
XYZ 62.12 80.92 13.64 -
YUV 213.12 25.22 131.48 -
System Red Green Blue C M Y K H S L
Decimal 218 246 31 0.11 0 0.87 0.04 67.81 0.92 0.54
Hex DA F6 1F B 0 57 4 44 5C 36
Octal 332 366 37 13 0 127 4 104 134 66
Binary 11011010 11110110 11111 1011 0 1010111 100 1000100 1011100 110110

Color Harmonies of #DAF61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF61F

Black with #DAF61F

Text Example


Text Example

White with #DAF61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF61F; }

 p { color: rgb(218,246,31); }

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

background-color css

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

 a { background-color: rgb(218,246,31); }

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

border-color css

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

 span { border-color: rgb(218,246,31); }

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