Html Css Color HEX #DAF83F Pear

📋 copy color: '#DAF83F'

red 218 ◦ green 248 ◦ blue 63

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

Shades of Pear #DAF83F

Tints of Pear #DAF83F

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.88%

 BLUE value IS 63 (25% from 255) = 11.91%

R = 41.21%
G = 46.88%
B = 11.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#DAF83F (or 0xDAF83F) is known color: Pear. HEX triplet: DA, F8 and 3F. RGB value is (218,248,63). Sum of RGB (Red+Green+Blue) = 218+248+63=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 248 (97.27% from 255 or 46.88% from 529); Blue value is 63 (25% from 255 or 11.91% from 529); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF83F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF83F is #2507C0. Grayscale: #DADADA. Windows color (decimal): -2426817 or 4192474. OLE color: 4192474.

HSL color Cylindrical-coordinate representation of color #DAF83F: hue angle of 69.73º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DAF83F is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 248 63 -
CMYK 0.12 0 0.75 0.03
HSL 69.73º 0.93% 0.61% -
HSV(B) 69.73º 0.75% 0.97% -
XYZ 63.38 82.4 17.27 -
YUV 217.94 40.56 128.04 -
System Red Green Blue C M Y K H S L
Decimal 218 248 63 0.12 0 0.75 0.03 69.73 0.93 0.61
Hex DA F8 3F C 0 4B 3 46 5D 3D
Octal 332 370 77 14 0 113 3 106 135 75
Binary 11011010 11111000 111111 1100 0 1001011 11 1000110 1011101 111101

Color Harmonies of #DAF83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF83F

Black with #DAF83F

Text Example


Text Example

White with #DAF83F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF83F; }

 p { color: rgb(218,248,63); }

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

background-color css

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

 a { background-color: rgb(218,248,63); }

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

border-color css

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

 span { border-color: rgb(218,248,63); }

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