Html Css Color HEX #DAF03D Pear

📋 copy color: '#DAF03D'

red 218 ◦ green 240 ◦ blue 61

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

Shades of Pear #DAF03D

Tints of Pear #DAF03D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 11.75%

R = 42%
G = 46.24%
B = 11.75%

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

#DAF03D (or 0xDAF03D) is known color: Pear. HEX triplet: DA, F0 and 3D. RGB value is (218,240,61). Sum of RGB (Red+Green+Blue) = 218+240+61=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 240 (94.14% from 255 or 46.24% from 519); Blue value is 61 (24.22% from 255 or 11.75% from 519); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF03D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF03D is #250FC2. Grayscale: #D5D5D5. Windows color (decimal): -2428867 or 4059354. OLE color: 4059354.

HSL color Cylindrical-coordinate representation of color #DAF03D: hue angle of 67.37º 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 #DAF03D is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 240 61 -
CMYK 0.09 0 0.75 0.06
HSL 67.37º 0.86% 0.59% -
HSV(B) 67.37º 0.75% 0.94% -
XYZ 60.92 77.56 16.18 -
YUV 213.02 42.21 131.55 -
System Red Green Blue C M Y K H S L
Decimal 218 240 61 0.09 0 0.75 0.06 67.37 0.86 0.59
Hex DA F0 3D 9 0 4B 6 43 56 3B
Octal 332 360 75 11 0 113 6 103 126 73
Binary 11011010 11110000 111101 1001 0 1001011 110 1000011 1010110 111011

Color Harmonies of #DAF03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF03D

Black with #DAF03D

Text Example


Text Example

White with #DAF03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF03D; }

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

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

background-color css

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

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

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

border-color css

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

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

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