Html Css Color HEX #DAF93C Pear

📋 copy color: '#DAF93C'

red 218 ◦ green 249 ◦ blue 60

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

Shades of Pear #DAF93C

Tints of Pear #DAF93C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.39%

R = 41.37%
G = 47.25%
B = 11.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#DAF93C (or 0xDAF93C) is known color: Pear. HEX triplet: DA, F9 and 3C. RGB value is (218,249,60). Sum of RGB (Red+Green+Blue) = 218+249+60=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 249 (97.66% from 255 or 47.25% from 527); Blue value is 60 (23.83% from 255 or 11.39% from 527); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF93C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF93C is #2506C3. Grayscale: #DADADA. Windows color (decimal): -2426564 or 3996122. OLE color: 3996122.

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

Color convert

RGB 218 249 60 -
CMYK 0.12 0 0.76 0.02
HSL 69.84º 0.94% 0.61% -
HSV(B) 69.84º 0.76% 0.98% -
XYZ 63.6 82.98 16.94 -
YUV 218.19 38.73 127.87 -
System Red Green Blue C M Y K H S L
Decimal 218 249 60 0.12 0 0.76 0.02 69.84 0.94 0.61
Hex DA F9 3C C 0 4C 2 46 5E 3D
Octal 332 371 74 14 0 114 2 106 136 75
Binary 11011010 11111001 111100 1100 0 1001100 10 1000110 1011110 111101

Color Harmonies of #DAF93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF93C

Black with #DAF93C

Text Example


Text Example

White with #DAF93C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF93C; }

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

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

background-color css

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

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

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

border-color css

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

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

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