Html Css Color HEX #D6F37F Sulu

📋 copy color: '#D6F37F'

red 214 ◦ green 243 ◦ blue 127

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

Shades of Sulu #D6F37F

Tints of Sulu #D6F37F

RGB

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

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

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

R = 36.64%
G = 41.61%
B = 21.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#D6F37F (or 0xD6F37F) is known color: Sulu. HEX triplet: D6, F3 and 7F. RGB value is (214,243,127). Sum of RGB (Red+Green+Blue) = 214+243+127=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 243 (95.31% from 255 or 41.61% from 584); Blue value is 127 (50% from 255 or 21.75% from 584); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F37F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F37F is #290C80. Grayscale: #DDDDDD. Windows color (decimal): -2690177 or 8385494. OLE color: 8385494.

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

Color convert

RGB 214 243 127 -
CMYK 0.12 0 0.48 0.05
HSL 75º 0.83% 0.73% -
HSV(B) 75º 0.48% 0.95% -
XYZ 63.61 79.93 32.15 -
YUV 221.11 74.89 122.93 -
System Red Green Blue C M Y K H S L
Decimal 214 243 127 0.12 0 0.48 0.05 75 0.83 0.73
Hex D6 F3 7F C 0 30 5 4B 53 49
Octal 326 363 177 14 0 60 5 113 123 111
Binary 11010110 11110011 1111111 1100 0 110000 101 1001011 1010011 1001001

Color Harmonies of #D6F37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F37F

Black with #D6F37F

Text Example


Text Example

White with #D6F37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F37F; }

 p { color: rgb(214,243,127); }

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

background-color css

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

 a { background-color: rgb(214,243,127); }

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

border-color css

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

 span { border-color: rgb(214,243,127); }

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