Html Css Color HEX #D6FD7A Sulu

📋 copy color: '#D6FD7A'

red 214 ◦ green 253 ◦ blue 122

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

Shades of Sulu #D6FD7A

Tints of Sulu #D6FD7A

RGB

 RED value IS 214 (83.98% from 255) = 36.33%

 GREEN value IS 253 (99.22% from 255) = 42.95%

 BLUE value IS 122 (48.05% from 255) = 20.71%

R = 36.33%
G = 42.95%
B = 20.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#D6FD7A (or 0xD6FD7A) is known color: Sulu. HEX triplet: D6, FD and 7A. RGB value is (214,253,122). Sum of RGB (Red+Green+Blue) = 214+253+122=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 253 (99.22% from 255 or 42.95% from 589); Blue value is 122 (48.05% from 255 or 20.71% from 589); Max value from RGB is 253 - color contains mainly: green. Hex color #D6FD7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FD7A is #290285. Grayscale: #E2E2E2. Windows color (decimal): -2687622 or 8060374. OLE color: 8060374.

HSL color Cylindrical-coordinate representation of color #D6FD7A: hue angle of 77.86º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D6FD7A is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 253 122 -
CMYK 0.15 0 0.52 0.01
HSL 77.86º 0.97% 0.74% -
HSV(B) 77.86º 0.52% 0.99% -
XYZ 66.37 85.95 31.5 -
YUV 226.41 69.08 119.15 -
System Red Green Blue C M Y K H S L
Decimal 214 253 122 0.15 0 0.52 0.01 77.86 0.97 0.74
Hex D6 FD 7A F 0 34 1 4E 61 4A
Octal 326 375 172 17 0 64 1 116 141 112
Binary 11010110 11111101 1111010 1111 0 110100 1 1001110 1100001 1001010

Color Harmonies of #D6FD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FD7A

Black with #D6FD7A

Text Example


Text Example

White with #D6FD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FD7A; }

 p { color: rgb(214,253,122); }

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

background-color css

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

 a { background-color: rgb(214,253,122); }

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

border-color css

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

 span { border-color: rgb(214,253,122); }

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