Html Css Color HEX #DAF11C Pear

📋 copy color: '#DAF11C'

red 218 ◦ green 241 ◦ blue 28

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

Shades of Pear #DAF11C

Tints of Pear #DAF11C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.75%

R = 44.76%
G = 49.49%
B = 5.75%

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

#DAF11C (or 0xDAF11C) is known color: Pear. HEX triplet: DA, F1 and 1C. RGB value is (218,241,28). Sum of RGB (Red+Green+Blue) = 218+241+28=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 28 (11.33% from 255 or 5.75% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF11C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF11C is #250EE3. Grayscale: #D2D2D2. Windows color (decimal): -2428644 or 1896922. OLE color: 1896922.

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

Color convert

RGB 218 241 28 -
CMYK 0.10 0 0.88 0.05
HSL 66.48º 0.88% 0.53% -
HSV(B) 66.48º 0.88% 0.95% -
XYZ 60.58 77.9 12.94 -
YUV 209.84 25.38 133.82 -
System Red Green Blue C M Y K H S L
Decimal 218 241 28 0.10 0 0.88 0.05 66.48 0.88 0.53
Hex DA F1 1C A 0 58 5 42 58 35
Octal 332 361 34 12 0 130 5 102 130 65
Binary 11011010 11110001 11100 1010 0 1011000 101 1000010 1011000 110101

Color Harmonies of #DAF11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF11C

Black with #DAF11C

Text Example


Text Example

White with #DAF11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF11C; }

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

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

background-color css

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

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

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

border-color css

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

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

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