Html Css Color HEX #D5F127 Pear

📋 copy color: '#D5F127'

red 213 ◦ green 241 ◦ blue 39

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

Shades of Pear #D5F127

Tints of Pear #D5F127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 7.91%

R = 43.2%
G = 48.88%
B = 7.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#D5F127 (or 0xD5F127) is known color: Pear. HEX triplet: D5, F1 and 27. RGB value is (213,241,39). Sum of RGB (Red+Green+Blue) = 213+241+39=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 241 (94.53% from 255 or 48.88% from 493); Blue value is 39 (15.62% from 255 or 7.91% from 493); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F127 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F127 is #2A0ED8. Grayscale: #D2D2D2. Windows color (decimal): -2756313 or 2617813. OLE color: 2617813.

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

Color convert

RGB 213 241 39 -
CMYK 0.12 0 0.84 0.05
HSL 68.32º 0.88% 0.55% -
HSV(B) 68.32º 0.84% 0.95% -
XYZ 59.26 77.2 13.7 -
YUV 209.6 31.72 130.43 -
System Red Green Blue C M Y K H S L
Decimal 213 241 39 0.12 0 0.84 0.05 68.32 0.88 0.55
Hex D5 F1 27 C 0 54 5 44 58 37
Octal 325 361 47 14 0 124 5 104 130 67
Binary 11010101 11110001 100111 1100 0 1010100 101 1000100 1011000 110111

Color Harmonies of #D5F127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F127

Black with #D5F127

Text Example


Text Example

White with #D5F127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F127; }

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

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

background-color css

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

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

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

border-color css

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

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

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