Html Css Color HEX #D5F225 Pear

📋 copy color: '#D5F225'

red 213 ◦ green 242 ◦ blue 37

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

Shades of Pear #D5F225

Tints of Pear #D5F225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.52%

R = 43.29%
G = 49.19%
B = 7.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#D5F225 (or 0xD5F225) is known color: Pear. HEX triplet: D5, F2 and 25. RGB value is (213,242,37). Sum of RGB (Red+Green+Blue) = 213+242+37=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 37 (14.84% from 255 or 7.52% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F225 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F225 is #2A0DDA. Grayscale: #D2D2D2. Windows color (decimal): -2756059 or 2486997. OLE color: 2486997.

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

Color convert

RGB 213 242 37 -
CMYK 0.12 0 0.85 0.05
HSL 68.49º 0.89% 0.55% -
HSV(B) 68.49º 0.85% 0.95% -
XYZ 59.53 77.78 13.63 -
YUV 209.96 30.39 130.17 -
System Red Green Blue C M Y K H S L
Decimal 213 242 37 0.12 0 0.85 0.05 68.49 0.89 0.55
Hex D5 F2 25 C 0 55 5 44 59 37
Octal 325 362 45 14 0 125 5 104 131 67
Binary 11010101 11110010 100101 1100 0 1010101 101 1000100 1011001 110111

Color Harmonies of #D5F225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F225

Black with #D5F225

Text Example


Text Example

White with #D5F225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F225; }

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

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

background-color css

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

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

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

border-color css

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

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

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