Html Css Color HEX #D5F33D Pear

📋 copy color: '#D5F33D'

red 213 ◦ green 243 ◦ blue 61

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

Shades of Pear #D5F33D

Tints of Pear #D5F33D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 11.8%

R = 41.2%
G = 47%
B = 11.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#D5F33D (or 0xD5F33D) is known color: Pear. HEX triplet: D5, F3 and 3D. RGB value is (213,243,61). Sum of RGB (Red+Green+Blue) = 213+243+61=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 243 (95.31% from 255 or 47.00% from 517); Blue value is 61 (24.22% from 255 or 11.80% from 517); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F33D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F33D is #2A0CC2. Grayscale: #D5D5D5. Windows color (decimal): -2755779 or 4060117. OLE color: 4060117.

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

Color convert

RGB 213 243 61 -
CMYK 0.12 0 0.75 0.05
HSL 69.89º 0.88% 0.6% -
HSV(B) 69.89º 0.75% 0.95% -
XYZ 60.33 78.58 16.4 -
YUV 213.28 42.06 127.8 -
System Red Green Blue C M Y K H S L
Decimal 213 243 61 0.12 0 0.75 0.05 69.89 0.88 0.6
Hex D5 F3 3D C 0 4B 5 46 58 3C
Octal 325 363 75 14 0 113 5 106 130 74
Binary 11010101 11110011 111101 1100 0 1001011 101 1000110 1011000 111100

Color Harmonies of #D5F33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F33D

Black with #D5F33D

Text Example


Text Example

White with #D5F33D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F33D; }

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

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

background-color css

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

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

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

border-color css

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

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

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