Html Css Color HEX #DAF53C Pear

📋 copy color: '#DAF53C'

red 218 ◦ green 245 ◦ blue 60

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

Shades of Pear #DAF53C

Tints of Pear #DAF53C

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.85%

 BLUE value IS 60 (23.83% from 255) = 11.47%

R = 41.68%
G = 46.85%
B = 11.47%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#DAF53C (or 0xDAF53C) is known color: Pear. HEX triplet: DA, F5 and 3C. RGB value is (218,245,60). Sum of RGB (Red+Green+Blue) = 218+245+60=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 245 (96.09% from 255 or 46.85% from 523); Blue value is 60 (23.83% from 255 or 11.47% from 523); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF53C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF53C is #250AC3. Grayscale: #D8D8D8. Windows color (decimal): -2427588 or 3995098. OLE color: 3995098.

HSL color Cylindrical-coordinate representation of color #DAF53C: hue angle of 68.76º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DAF53C is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 245 60 -
CMYK 0.11 0 0.76 0.04
HSL 68.76º 0.9% 0.6% -
HSV(B) 68.76º 0.76% 0.96% -
XYZ 62.38 80.54 16.53 -
YUV 215.84 40.05 129.54 -
System Red Green Blue C M Y K H S L
Decimal 218 245 60 0.11 0 0.76 0.04 68.76 0.9 0.6
Hex DA F5 3C B 0 4C 4 45 5A 3C
Octal 332 365 74 13 0 114 4 105 132 74
Binary 11011010 11110101 111100 1011 0 1001100 100 1000101 1011010 111100

Color Harmonies of #DAF53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF53C

Black with #DAF53C

Text Example


Text Example

White with #DAF53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF53C; }

 p { color: rgb(218,245,60); }

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

background-color css

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

 a { background-color: rgb(218,245,60); }

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

border-color css

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

 span { border-color: rgb(218,245,60); }

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