Html Css Color HEX #D0F340 Pear

📋 copy color: '#D0F340'

red 208 ◦ green 243 ◦ blue 64

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

Shades of Pear #D0F340

Tints of Pear #D0F340

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.18%

 BLUE value IS 64 (25.39% from 255) = 12.43%

R = 40.39%
G = 47.18%
B = 12.43%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#D0F340 (or 0xD0F340) is known color: Pear. HEX triplet: D0, F3 and 40. RGB value is (208,243,64). Sum of RGB (Red+Green+Blue) = 208+243+64=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 243 (95.31% from 255 or 47.18% from 515); Blue value is 64 (25.39% from 255 or 12.43% from 515); Max value from RGB is 243 - color contains mainly: green. Hex color #D0F340 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F340 is #2F0CBF. Grayscale: #D4D4D4. Windows color (decimal): -3083456 or 4256720. OLE color: 4256720.

HSL color Cylindrical-coordinate representation of color #D0F340: hue angle of 71.73º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D0F340 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 243 64 -
CMYK 0.14 0 0.74 0.05
HSL 71.73º 0.88% 0.6% -
HSV(B) 71.73º 0.74% 0.95% -
XYZ 58.99 77.88 16.77 -
YUV 212.13 44.4 125.05 -
System Red Green Blue C M Y K H S L
Decimal 208 243 64 0.14 0 0.74 0.05 71.73 0.88 0.6
Hex D0 F3 40 E 0 4A 5 48 58 3C
Octal 320 363 100 16 0 112 5 110 130 74
Binary 11010000 11110011 1000000 1110 0 1001010 101 1001000 1011000 111100

Color Harmonies of #D0F340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F340

Black with #D0F340

Text Example


Text Example

White with #D0F340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F340; }

 p { color: rgb(208,243,64); }

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

background-color css

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

 a { background-color: rgb(208,243,64); }

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

border-color css

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

 span { border-color: rgb(208,243,64); }

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