Html Css Color HEX #DAF21D Pear

📋 copy color: '#DAF21D'

red 218 ◦ green 242 ◦ blue 29

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

Shades of Pear #DAF21D

Tints of Pear #DAF21D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.93%

R = 44.58%
G = 49.49%
B = 5.93%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#DAF21D (or 0xDAF21D) is known color: Pear. HEX triplet: DA, F2 and 1D. RGB value is (218,242,29). Sum of RGB (Red+Green+Blue) = 218+242+29=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 242 (94.92% from 255 or 49.49% from 489); Blue value is 29 (11.72% from 255 or 5.93% from 489); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF21D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF21D is #250DE2. Grayscale: #D3D3D3. Windows color (decimal): -2428387 or 1962714. OLE color: 1962714.

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

Color convert

RGB 218 242 29 -
CMYK 0.10 0 0.88 0.05
HSL 66.76º 0.89% 0.53% -
HSV(B) 66.76º 0.88% 0.95% -
XYZ 60.89 78.5 13.11 -
YUV 210.54 25.55 133.32 -
System Red Green Blue C M Y K H S L
Decimal 218 242 29 0.10 0 0.88 0.05 66.76 0.89 0.53
Hex DA F2 1D A 0 58 5 43 59 35
Octal 332 362 35 12 0 130 5 103 131 65
Binary 11011010 11110010 11101 1010 0 1011000 101 1000011 1011001 110101

Color Harmonies of #DAF21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF21D

Black with #DAF21D

Text Example


Text Example

White with #DAF21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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