Html Css Color HEX #DAF03C Pear

📋 copy color: '#DAF03C'

red 218 ◦ green 240 ◦ blue 60

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

Shades of Pear #DAF03C

Tints of Pear #DAF03C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.33%

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

R = 42.08%
G = 46.33%
B = 11.58%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#DAF03C (or 0xDAF03C) is known color: Pear. HEX triplet: DA, F0 and 3C. RGB value is (218,240,60). Sum of RGB (Red+Green+Blue) = 218+240+60=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 240 (94.14% from 255 or 46.33% from 518); Blue value is 60 (23.83% from 255 or 11.58% from 518); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF03C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF03C is #250FC3. Grayscale: #D5D5D5. Windows color (decimal): -2428868 or 3993818. OLE color: 3993818.

HSL color Cylindrical-coordinate representation of color #DAF03C: hue angle of 67.33º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DAF03C is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 240 60 -
CMYK 0.09 0 0.75 0.06
HSL 67.33º 0.86% 0.59% -
HSV(B) 67.33º 0.75% 0.94% -
XYZ 60.89 77.55 16.03 -
YUV 212.9 41.71 131.64 -
System Red Green Blue C M Y K H S L
Decimal 218 240 60 0.09 0 0.75 0.06 67.33 0.86 0.59
Hex DA F0 3C 9 0 4B 6 43 56 3B
Octal 332 360 74 11 0 113 6 103 126 73
Binary 11011010 11110000 111100 1001 0 1001011 110 1000011 1010110 111011

Color Harmonies of #DAF03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF03C

Black with #DAF03C

Text Example


Text Example

White with #DAF03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF03C; }

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

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

background-color css

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

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

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

border-color css

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

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

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