Html Css Color HEX #DAF21A Pear

📋 copy color: '#DAF21A'

red 218 ◦ green 242 ◦ blue 26

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

Shades of Pear #DAF21A

Tints of Pear #DAF21A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.79%

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

R = 44.86%
G = 49.79%
B = 5.35%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#DAF21A (or 0xDAF21A) is known color: Pear. HEX triplet: DA, F2 and 1A. RGB value is (218,242,26). Sum of RGB (Red+Green+Blue) = 218+242+26=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 242 (94.92% from 255 or 49.79% from 486); Blue value is 26 (10.55% from 255 or 5.35% from 486); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF21A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF21A is #250DE5. Grayscale: #D3D3D3. Windows color (decimal): -2428390 or 1766106. OLE color: 1766106.

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

Color convert

RGB 218 242 26 -
CMYK 0.10 0 0.89 0.05
HSL 66.67º 0.89% 0.53% -
HSV(B) 66.67º 0.89% 0.95% -
XYZ 60.85 78.48 12.92 -
YUV 210.2 24.05 133.56 -
System Red Green Blue C M Y K H S L
Decimal 218 242 26 0.10 0 0.89 0.05 66.67 0.89 0.53
Hex DA F2 1A A 0 59 5 43 59 35
Octal 332 362 32 12 0 131 5 103 131 65
Binary 11011010 11110010 11010 1010 0 1011001 101 1000011 1011001 110101

Color Harmonies of #DAF21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF21A

Black with #DAF21A

Text Example


Text Example

White with #DAF21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF21A; }

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

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

background-color css

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

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

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

border-color css

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

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

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