Html Css Color HEX #DAF93F Pear

📋 copy color: '#DAF93F'

red 218 ◦ green 249 ◦ blue 63

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

Shades of Pear #DAF93F

Tints of Pear #DAF93F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.98%

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

R = 41.13%
G = 46.98%
B = 11.89%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#DAF93F (or 0xDAF93F) is known color: Pear. HEX triplet: DA, F9 and 3F. RGB value is (218,249,63). Sum of RGB (Red+Green+Blue) = 218+249+63=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 63 (25% from 255 or 11.89% from 530); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF93F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF93F is #2506C0. Grayscale: #DBDBDB. Windows color (decimal): -2426561 or 4192730. OLE color: 4192730.

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

Color convert

RGB 218 249 63 -
CMYK 0.12 0 0.75 0.02
HSL 70º 0.94% 0.61% -
HSV(B) 70º 0.75% 0.98% -
XYZ 63.69 83.02 17.37 -
YUV 218.53 40.23 127.62 -
System Red Green Blue C M Y K H S L
Decimal 218 249 63 0.12 0 0.75 0.02 70 0.94 0.61
Hex DA F9 3F C 0 4B 2 46 5E 3D
Octal 332 371 77 14 0 113 2 106 136 75
Binary 11011010 11111001 111111 1100 0 1001011 10 1000110 1011110 111101

Color Harmonies of #DAF93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF93F

Black with #DAF93F

Text Example


Text Example

White with #DAF93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF93F; }

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

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

background-color css

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

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

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

border-color css

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

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

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