Html Css Color HEX #D5FF3C Pear

📋 copy color: '#D5FF3C'

red 213 ◦ green 255 ◦ blue 60

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

Shades of Pear #D5FF3C

Tints of Pear #D5FF3C

RGB

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

 GREEN value IS 255 (100% from 255) = 48.3%

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

R = 40.34%
G = 48.3%
B = 11.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#D5FF3C (or 0xD5FF3C) is known color: Pear. HEX triplet: D5, FF and 3C. RGB value is (213,255,60). Sum of RGB (Red+Green+Blue) = 213+255+60=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 60 (23.83% from 255 or 11.36% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FF3C is #2A00C3. Grayscale: #DCDCDC. Windows color (decimal): -2752708 or 3997653. OLE color: 3997653.

HSL color Cylindrical-coordinate representation of color #D5FF3C: hue angle of 72.92º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D5FF3C is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB 213 255 60 -
CMYK 0.16 0 0.76 0
HSL 72.92º 1% 0.62% -
HSV(B) 72.92º 0.76% 1% -
XYZ 64.02 85.99 17.5 -
YUV 220.21 37.59 122.86 -
System Red Green Blue C M Y K H S L
Decimal 213 255 60 0.16 0 0.76 0 72.92 1 0.62
Hex D5 FF 3C 10 0 4C 0 49 64 3E
Octal 325 377 74 20 0 114 0 111 144 76
Binary 11010101 11111111 111100 10000 0 1001100 0 1001001 1100100 111110

Color Harmonies of #D5FF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FF3C

Black with #D5FF3C

Text Example


Text Example

White with #D5FF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FF3C; }

 p { color: rgb(213,255,60); }

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

background-color css

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

 a { background-color: rgb(213,255,60); }

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

border-color css

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

 span { border-color: rgb(213,255,60); }

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