Html Css Color HEX #DAF83D Pear

📋 copy color: '#DAF83D'

red 218 ◦ green 248 ◦ blue 61

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

Shades of Pear #DAF83D

Tints of Pear #DAF83D

RGB

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

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

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

R = 41.37%
G = 47.06%
B = 11.57%

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

#DAF83D (or 0xDAF83D) is known color: Pear. HEX triplet: DA, F8 and 3D. RGB value is (218,248,61). Sum of RGB (Red+Green+Blue) = 218+248+61=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 248 (97.27% from 255 or 47.06% from 527); Blue value is 61 (24.22% from 255 or 11.57% from 527); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF83D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF83D is #2507C2. Grayscale: #DADADA. Windows color (decimal): -2426819 or 4061402. OLE color: 4061402.

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

Color convert

RGB 218 248 61 -
CMYK 0.12 0 0.75 0.03
HSL 69.63º 0.93% 0.61% -
HSV(B) 69.63º 0.75% 0.97% -
XYZ 63.32 82.38 16.98 -
YUV 217.71 39.56 128.21 -
System Red Green Blue C M Y K H S L
Decimal 218 248 61 0.12 0 0.75 0.03 69.63 0.93 0.61
Hex DA F8 3D C 0 4B 3 46 5D 3D
Octal 332 370 75 14 0 113 3 106 135 75
Binary 11011010 11111000 111101 1100 0 1001011 11 1000110 1011101 111101

Color Harmonies of #DAF83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF83D

Black with #DAF83D

Text Example


Text Example

White with #DAF83D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF83D; }

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

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

background-color css

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

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

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

border-color css

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

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

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