Html Css Color HEX #DAF01A Pear

📋 copy color: '#DAF01A'

red 218 ◦ green 240 ◦ blue 26

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

Shades of Pear #DAF01A

Tints of Pear #DAF01A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.59%

 BLUE value IS 26 (10.55% from 255) = 5.37%

R = 45.04%
G = 49.59%
B = 5.37%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#DAF01A (or 0xDAF01A) is known color: Pear. HEX triplet: DA, F0 and 1A. RGB value is (218,240,26). Sum of RGB (Red+Green+Blue) = 218+240+26=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 240 (94.14% from 255 or 49.59% from 484); Blue value is 26 (10.55% from 255 or 5.37% from 484); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF01A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF01A is #250FE5. Grayscale: #D1D1D1. Windows color (decimal): -2428902 or 1765594. OLE color: 1765594.

HSL color Cylindrical-coordinate representation of color #DAF01A: hue angle of 66.17º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DAF01A is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 240 26 -
CMYK 0.09 0 0.89 0.06
HSL 66.17º 0.88% 0.52% -
HSV(B) 66.17º 0.89% 0.94% -
XYZ 60.26 77.3 12.72 -
YUV 209.03 24.71 134.4 -
System Red Green Blue C M Y K H S L
Decimal 218 240 26 0.09 0 0.89 0.06 66.17 0.88 0.52
Hex DA F0 1A 9 0 59 6 42 58 34
Octal 332 360 32 11 0 131 6 102 130 64
Binary 11011010 11110000 11010 1001 0 1011001 110 1000010 1011000 110100

Color Harmonies of #DAF01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF01A

Black with #DAF01A

Text Example


Text Example

White with #DAF01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF01A; }

 p { color: rgb(218,240,26); }

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

background-color css

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

 a { background-color: rgb(218,240,26); }

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

border-color css

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

 span { border-color: rgb(218,240,26); }

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