Html Css Color HEX #D5F232 Pear

📋 copy color: '#D5F232'

red 213 ◦ green 242 ◦ blue 50

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

Shades of Pear #D5F232

Tints of Pear #D5F232

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.92%

 BLUE value IS 50 (19.92% from 255) = 9.9%

R = 42.18%
G = 47.92%
B = 9.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#D5F232 (or 0xD5F232) is known color: Pear. HEX triplet: D5, F2 and 32. RGB value is (213,242,50). Sum of RGB (Red+Green+Blue) = 213+242+50=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 50 (19.92% from 255 or 9.90% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F232 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F232 is #2A0DCD. Grayscale: #D4D4D4. Windows color (decimal): -2756046 or 3338965. OLE color: 3338965.

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

Color convert

RGB 213 242 50 -
CMYK 0.12 0 0.79 0.05
HSL 69.06º 0.88% 0.57% -
HSV(B) 69.06º 0.79% 0.95% -
XYZ 59.77 77.88 14.9 -
YUV 211.44 36.89 129.11 -
System Red Green Blue C M Y K H S L
Decimal 213 242 50 0.12 0 0.79 0.05 69.06 0.88 0.57
Hex D5 F2 32 C 0 4F 5 45 58 39
Octal 325 362 62 14 0 117 5 105 130 71
Binary 11010101 11110010 110010 1100 0 1001111 101 1000101 1011000 111001

Color Harmonies of #D5F232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F232

Black with #D5F232

Text Example


Text Example

White with #D5F232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F232; }

 p { color: rgb(213,242,50); }

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

background-color css

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

 a { background-color: rgb(213,242,50); }

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

border-color css

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

 span { border-color: rgb(213,242,50); }

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