Html Css Color HEX #DAF62A Pear

📋 copy color: '#DAF62A'

red 218 ◦ green 246 ◦ blue 42

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

Shades of Pear #DAF62A

Tints of Pear #DAF62A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.62%

 BLUE value IS 42 (16.8% from 255) = 8.3%

R = 43.08%
G = 48.62%
B = 8.3%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#DAF62A (or 0xDAF62A) is known color: Pear. HEX triplet: DA, F6 and 2A. RGB value is (218,246,42). Sum of RGB (Red+Green+Blue) = 218+246+42=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 246 (96.48% from 255 or 48.62% from 506); Blue value is 42 (16.80% from 255 or 8.30% from 506); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF62A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF62A is #2509D5. Grayscale: #D7D7D7. Windows color (decimal): -2427350 or 2815706. OLE color: 2815706.

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

Color convert

RGB 218 246 42 -
CMYK 0.11 0 0.83 0.04
HSL 68.24º 0.92% 0.56% -
HSV(B) 68.24º 0.83% 0.96% -
XYZ 62.29 80.98 14.54 -
YUV 214.37 30.72 130.59 -
System Red Green Blue C M Y K H S L
Decimal 218 246 42 0.11 0 0.83 0.04 68.24 0.92 0.56
Hex DA F6 2A B 0 53 4 44 5C 38
Octal 332 366 52 13 0 123 4 104 134 70
Binary 11011010 11110110 101010 1011 0 1010011 100 1000100 1011100 111000

Color Harmonies of #DAF62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF62A

Black with #DAF62A

Text Example


Text Example

White with #DAF62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF62A; }

 p { color: rgb(218,246,42); }

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

background-color css

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

 a { background-color: rgb(218,246,42); }

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

border-color css

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

 span { border-color: rgb(218,246,42); }

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