Html Css Color HEX #D0FD41 Pear

📋 copy color: '#D0FD41'

red 208 ◦ green 253 ◦ blue 65

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

Shades of Pear #D0FD41

Tints of Pear #D0FD41

RGB

 RED value IS 208 (81.64% from 255) = 39.54%

 GREEN value IS 253 (99.22% from 255) = 48.1%

 BLUE value IS 65 (25.78% from 255) = 12.36%

R = 39.54%
G = 48.1%
B = 12.36%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#D0FD41 (or 0xD0FD41) is known color: Pear. HEX triplet: D0, FD and 41. RGB value is (208,253,65). Sum of RGB (Red+Green+Blue) = 208+253+65=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 253 (99.22% from 255 or 48.10% from 526); Blue value is 65 (25.78% from 255 or 12.36% from 526); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FD41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FD41 is #2F02BE. Grayscale: #DADADA. Windows color (decimal): -3080895 or 4324816. OLE color: 4324816.

HSL color Cylindrical-coordinate representation of color #D0FD41: hue angle of 74.36º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D0FD41 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 253 65 -
CMYK 0.18 0 0.74 0.01
HSL 74.36º 0.98% 0.62% -
HSV(B) 74.36º 0.74% 0.99% -
XYZ 62.09 84.04 17.95 -
YUV 218.11 41.59 120.79 -
System Red Green Blue C M Y K H S L
Decimal 208 253 65 0.18 0 0.74 0.01 74.36 0.98 0.62
Hex D0 FD 41 12 0 4A 1 4A 62 3E
Octal 320 375 101 22 0 112 1 112 142 76
Binary 11010000 11111101 1000001 10010 0 1001010 1 1001010 1100010 111110

Color Harmonies of #D0FD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FD41

Black with #D0FD41

Text Example


Text Example

White with #D0FD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FD41; }

 p { color: rgb(208,253,65); }

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

background-color css

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

 a { background-color: rgb(208,253,65); }

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

border-color css

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

 span { border-color: rgb(208,253,65); }

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