Html Css Color HEX #DAF11D Pear

📋 copy color: '#DAF11D'

red 218 ◦ green 241 ◦ blue 29

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

Shades of Pear #DAF11D

Tints of Pear #DAF11D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.39%

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

R = 44.67%
G = 49.39%
B = 5.94%

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

#DAF11D (or 0xDAF11D) is known color: Pear. HEX triplet: DA, F1 and 1D. RGB value is (218,241,29). Sum of RGB (Red+Green+Blue) = 218+241+29=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 241 (94.53% from 255 or 49.39% from 488); Blue value is 29 (11.72% from 255 or 5.94% from 488); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF11D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF11D is #250EE2. Grayscale: #D2D2D2. Windows color (decimal): -2428643 or 1962458. OLE color: 1962458.

HSL color Cylindrical-coordinate representation of color #DAF11D: hue angle of 66.51º degrees, saturation: 0.88, 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 #DAF11D is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 241 29 -
CMYK 0.10 0 0.88 0.05
HSL 66.51º 0.88% 0.53% -
HSV(B) 66.51º 0.88% 0.95% -
XYZ 60.59 77.9 13.01 -
YUV 209.96 25.88 133.74 -
System Red Green Blue C M Y K H S L
Decimal 218 241 29 0.10 0 0.88 0.05 66.51 0.88 0.53
Hex DA F1 1D A 0 58 5 43 58 35
Octal 332 361 35 12 0 130 5 103 130 65
Binary 11011010 11110001 11101 1010 0 1011000 101 1000011 1011000 110101

Color Harmonies of #DAF11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF11D

Black with #DAF11D

Text Example


Text Example

White with #DAF11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF11D; }

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

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

background-color css

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

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

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

border-color css

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

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

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