Html Css Color HEX #D5F31C Pear

📋 copy color: '#D5F31C'

red 213 ◦ green 243 ◦ blue 28

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

Shades of Pear #D5F31C

Tints of Pear #D5F31C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.79%

R = 44.01%
G = 50.21%
B = 5.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#D5F31C (or 0xD5F31C) is known color: Pear. HEX triplet: D5, F3 and 1C. RGB value is (213,243,28). Sum of RGB (Red+Green+Blue) = 213+243+28=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 243 (95.31% from 255 or 50.21% from 484); Blue value is 28 (11.33% from 255 or 5.79% from 484); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F31C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F31C is #2A0CE3. Grayscale: #D2D2D2. Windows color (decimal): -2755812 or 1897429. OLE color: 1897429.

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

Color convert

RGB 213 243 28 -
CMYK 0.12 0 0.88 0.05
HSL 68.37º 0.9% 0.53% -
HSV(B) 68.37º 0.88% 0.95% -
XYZ 59.7 78.33 13.07 -
YUV 209.52 25.56 130.48 -
System Red Green Blue C M Y K H S L
Decimal 213 243 28 0.12 0 0.88 0.05 68.37 0.9 0.53
Hex D5 F3 1C C 0 58 5 44 5A 35
Octal 325 363 34 14 0 130 5 104 132 65
Binary 11010101 11110011 11100 1100 0 1011000 101 1000100 1011010 110101

Color Harmonies of #D5F31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F31C

Black with #D5F31C

Text Example


Text Example

White with #D5F31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F31C; }

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

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

background-color css

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

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

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

border-color css

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

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

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