Html Css Color HEX #D4FA7F Sulu

📋 copy color: '#D4FA7F'

red 212 ◦ green 250 ◦ blue 127

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

Shades of Sulu #D4FA7F

Tints of Sulu #D4FA7F

RGB

 RED value IS 212 (83.2% from 255) = 35.99%

 GREEN value IS 250 (98.05% from 255) = 42.44%

 BLUE value IS 127 (50% from 255) = 21.56%

R = 35.99%
G = 42.44%
B = 21.56%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#D4FA7F (or 0xD4FA7F) is known color: Sulu. HEX triplet: D4, FA and 7F. RGB value is (212,250,127). Sum of RGB (Red+Green+Blue) = 212+250+127=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 127 (50% from 255 or 21.56% from 589); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FA7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FA7F is #2B0580. Grayscale: #E1E1E1. Windows color (decimal): -2819457 or 8387284. OLE color: 8387284.

HSL color Cylindrical-coordinate representation of color #D4FA7F: hue angle of 78.54º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D4FA7F is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 250 127 -
CMYK 0.15 0 0.49 0.02
HSL 78.54º 0.92% 0.74% -
HSV(B) 78.54º 0.49% 0.98% -
XYZ 65.17 83.9 32.84 -
YUV 224.62 72.91 119 -
System Red Green Blue C M Y K H S L
Decimal 212 250 127 0.15 0 0.49 0.02 78.54 0.92 0.74
Hex D4 FA 7F F 0 31 2 4F 5C 4A
Octal 324 372 177 17 0 61 2 117 134 112
Binary 11010100 11111010 1111111 1111 0 110001 10 1001111 1011100 1001010

Color Harmonies of #D4FA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FA7F

Black with #D4FA7F

Text Example


Text Example

White with #D4FA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FA7F; }

 p { color: rgb(212,250,127); }

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

background-color css

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

 a { background-color: rgb(212,250,127); }

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

border-color css

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

 span { border-color: rgb(212,250,127); }

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