Html Css Color HEX #DAFA38 Pear

📋 copy color: '#DAFA38'

red 218 ◦ green 250 ◦ blue 56

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

Shades of Pear #DAFA38

Tints of Pear #DAFA38

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.71%

 BLUE value IS 56 (22.27% from 255) = 10.69%

R = 41.6%
G = 47.71%
B = 10.69%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#DAFA38 (or 0xDAFA38) is known color: Pear. HEX triplet: DA, FA and 38. RGB value is (218,250,56). Sum of RGB (Red+Green+Blue) = 218+250+56=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 250 (98.05% from 255 or 47.71% from 524); Blue value is 56 (22.27% from 255 or 10.69% from 524); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFA38 is #2505C7. Grayscale: #DBDBDB. Windows color (decimal): -2426312 or 3734234. OLE color: 3734234.

HSL color Cylindrical-coordinate representation of color #DAFA38: hue angle of 69.9º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DAFA38 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 250 56 -
CMYK 0.13 0 0.78 0.02
HSL 69.9º 0.95% 0.6% -
HSV(B) 69.9º 0.78% 0.98% -
XYZ 63.81 83.56 16.51 -
YUV 218.32 36.4 127.77 -
System Red Green Blue C M Y K H S L
Decimal 218 250 56 0.13 0 0.78 0.02 69.9 0.95 0.6
Hex DA FA 38 D 0 4E 2 46 5F 3C
Octal 332 372 70 15 0 116 2 106 137 74
Binary 11011010 11111010 111000 1101 0 1001110 10 1000110 1011111 111100

Color Harmonies of #DAFA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFA38

Black with #DAFA38

Text Example


Text Example

White with #DAFA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFA38; }

 p { color: rgb(218,250,56); }

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

background-color css

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

 a { background-color: rgb(218,250,56); }

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

border-color css

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

 span { border-color: rgb(218,250,56); }

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