Html Css Color HEX #D5F340 Pear

📋 copy color: '#D5F340'

red 213 ◦ green 243 ◦ blue 64

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

Shades of Pear #D5F340

Tints of Pear #D5F340

RGB

 RED value IS 213 (83.59% from 255) = 40.96%

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

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

R = 40.96%
G = 46.73%
B = 12.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#D5F340 (or 0xD5F340) is known color: Pear. HEX triplet: D5, F3 and 40. RGB value is (213,243,64). Sum of RGB (Red+Green+Blue) = 213+243+64=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 243 (95.31% from 255 or 46.73% from 520); Blue value is 64 (25.39% from 255 or 12.31% from 520); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F340 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F340 is #2A0CBF. Grayscale: #D6D6D6. Windows color (decimal): -2755776 or 4256725. OLE color: 4256725.

HSL color Cylindrical-coordinate representation of color #D5F340: hue angle of 70.06º 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 #D5F340 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 243 64 -
CMYK 0.12 0 0.74 0.05
HSL 70.06º 0.88% 0.6% -
HSV(B) 70.06º 0.74% 0.95% -
XYZ 60.42 78.62 16.84 -
YUV 213.62 43.56 127.55 -
System Red Green Blue C M Y K H S L
Decimal 213 243 64 0.12 0 0.74 0.05 70.06 0.88 0.6
Hex D5 F3 40 C 0 4A 5 46 58 3C
Octal 325 363 100 14 0 112 5 106 130 74
Binary 11010101 11110011 1000000 1100 0 1001010 101 1000110 1011000 111100

Color Harmonies of #D5F340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F340

Black with #D5F340

Text Example


Text Example

White with #D5F340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F340; }

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

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

background-color css

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

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

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

border-color css

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

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

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