Html Css Color HEX #D4FA80 Sulu

📋 copy color: '#D4FA80'

red 212 ◦ green 250 ◦ blue 128

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

Shades of Sulu #D4FA80

Tints of Sulu #D4FA80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 21.69%

R = 35.93%
G = 42.37%
B = 21.69%

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

#D4FA80 (or 0xD4FA80) is known color: Sulu. HEX triplet: D4, FA and 80. RGB value is (212,250,128). Sum of RGB (Red+Green+Blue) = 212+250+128=590 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.93% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 128 (50.39% from 255 or 21.69% from 590); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FA80 is #2B057F. Grayscale: #E1E1E1. Windows color (decimal): -2819456 or 8452820. OLE color: 8452820.

HSL color Cylindrical-coordinate representation of color #D4FA80: hue angle of 78.69º 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 #D4FA80 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 250 128 -
CMYK 0.15 0 0.49 0.02
HSL 78.69º 0.92% 0.74% -
HSV(B) 78.69º 0.49% 0.98% -
XYZ 65.23 83.93 33.18 -
YUV 224.73 73.41 118.92 -
System Red Green Blue C M Y K H S L
Decimal 212 250 128 0.15 0 0.49 0.02 78.69 0.92 0.74
Hex D4 FA 80 F 0 31 2 4F 5C 4A
Octal 324 372 200 17 0 61 2 117 134 112
Binary 11010100 11111010 10000000 1111 0 110001 10 1001111 1011100 1001010

Color Harmonies of #D4FA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FA80

Black with #D4FA80

Text Example


Text Example

White with #D4FA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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