Html Css Color HEX #DAF346 Pear

📋 copy color: '#DAF346'

red 218 ◦ green 243 ◦ blue 70

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

Shades of Pear #DAF346

Tints of Pear #DAF346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.18%

R = 41.05%
G = 45.76%
B = 13.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#DAF346 (or 0xDAF346) is known color: Pear. HEX triplet: DA, F3 and 46. RGB value is (218,243,70). Sum of RGB (Red+Green+Blue) = 218+243+70=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 243 (95.31% from 255 or 45.76% from 531); Blue value is 70 (27.73% from 255 or 13.18% from 531); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF346 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF346 is #250CB9. Grayscale: #D8D8D8. Windows color (decimal): -2428090 or 4649946. OLE color: 4649946.

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

Color convert

RGB 218 243 70 -
CMYK 0.10 0 0.71 0.05
HSL 68.67º 0.88% 0.61% -
HSV(B) 68.67º 0.71% 0.95% -
XYZ 62.07 79.45 17.86 -
YUV 215.8 45.72 129.57 -
System Red Green Blue C M Y K H S L
Decimal 218 243 70 0.10 0 0.71 0.05 68.67 0.88 0.61
Hex DA F3 46 A 0 47 5 45 58 3D
Octal 332 363 106 12 0 107 5 105 130 75
Binary 11011010 11110011 1000110 1010 0 1000111 101 1000101 1011000 111101

Color Harmonies of #DAF346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF346

Black with #DAF346

Text Example


Text Example

White with #DAF346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF346; }

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

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

background-color css

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

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

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

border-color css

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

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

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