Html Css Color HEX #DAF340 Pear

📋 copy color: '#DAF340'

red 218 ◦ green 243 ◦ blue 64

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

Shades of Pear #DAF340

Tints of Pear #DAF340

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.29%

 BLUE value IS 64 (25.39% from 255) = 12.19%

R = 41.52%
G = 46.29%
B = 12.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#DAF340 (or 0xDAF340) is known color: Pear. HEX triplet: DA, F3 and 40. RGB value is (218,243,64). Sum of RGB (Red+Green+Blue) = 218+243+64=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 243 (95.31% from 255 or 46.29% from 525); Blue value is 64 (25.39% from 255 or 12.19% from 525); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF340 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF340 is #250CBF. Grayscale: #D7D7D7. Windows color (decimal): -2428096 or 4256730. OLE color: 4256730.

HSL color Cylindrical-coordinate representation of color #DAF340: hue angle of 68.38º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DAF340 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 243 64 -
CMYK 0.10 0 0.74 0.05
HSL 68.38º 0.88% 0.6% -
HSV(B) 68.38º 0.74% 0.95% -
XYZ 61.89 79.38 16.91 -
YUV 215.12 42.72 130.05 -
System Red Green Blue C M Y K H S L
Decimal 218 243 64 0.10 0 0.74 0.05 68.38 0.88 0.6
Hex DA F3 40 A 0 4A 5 44 58 3C
Octal 332 363 100 12 0 112 5 104 130 74
Binary 11011010 11110011 1000000 1010 0 1001010 101 1000100 1011000 111100

Color Harmonies of #DAF340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF340

Black with #DAF340

Text Example


Text Example

White with #DAF340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF340; }

 p { color: rgb(218,243,64); }

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

background-color css

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

 a { background-color: rgb(218,243,64); }

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

border-color css

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

 span { border-color: rgb(218,243,64); }

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