Html Css Color HEX #D5F125 Pear

📋 copy color: '#D5F125'

red 213 ◦ green 241 ◦ blue 37

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

Shades of Pear #D5F125

Tints of Pear #D5F125

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.08%

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

R = 43.38%
G = 49.08%
B = 7.54%

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

#D5F125 (or 0xD5F125) is known color: Pear. HEX triplet: D5, F1 and 25. RGB value is (213,241,37). Sum of RGB (Red+Green+Blue) = 213+241+37=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 37 (14.84% from 255 or 7.54% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F125 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F125 is #2A0EDA. Grayscale: #D2D2D2. Windows color (decimal): -2756315 or 2486741. OLE color: 2486741.

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

Color convert

RGB 213 241 37 -
CMYK 0.12 0 0.85 0.05
HSL 68.24º 0.88% 0.55% -
HSV(B) 68.24º 0.85% 0.95% -
XYZ 59.23 77.19 13.53 -
YUV 209.37 30.72 130.59 -
System Red Green Blue C M Y K H S L
Decimal 213 241 37 0.12 0 0.85 0.05 68.24 0.88 0.55
Hex D5 F1 25 C 0 55 5 44 58 37
Octal 325 361 45 14 0 125 5 104 130 67
Binary 11010101 11110001 100101 1100 0 1010101 101 1000100 1011000 110111

Color Harmonies of #D5F125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F125

Black with #D5F125

Text Example


Text Example

White with #D5F125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F125; }

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

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

background-color css

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

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

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

border-color css

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

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

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