Html Css Color HEX #D6FB85 Sulu

📋 copy color: '#D6FB85'

red 214 ◦ green 251 ◦ blue 133

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

Shades of Sulu #D6FB85

Tints of Sulu #D6FB85

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.97%

 BLUE value IS 133 (52.34% from 255) = 22.24%

R = 35.79%
G = 41.97%
B = 22.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#D6FB85 (or 0xD6FB85) is known color: Sulu. HEX triplet: D6, FB and 85. RGB value is (214,251,133). Sum of RGB (Red+Green+Blue) = 214+251+133=598 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.79% from 598); Green value is 251 (98.44% from 255 or 41.97% from 598); Blue value is 133 (52.34% from 255 or 22.24% from 598); Max value from RGB is 251 - color contains mainly: green. Hex color #D6FB85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FB85 is #29047A. Grayscale: #E2E2E2. Windows color (decimal): -2688123 or 8780758. OLE color: 8780758.

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

Color convert

RGB 214 251 133 -
CMYK 0.15 0 0.47 0.02
HSL 78.81º 0.94% 0.75% -
HSV(B) 78.81º 0.47% 0.98% -
XYZ 66.46 84.98 35.09 -
YUV 226.49 75.24 119.09 -
System Red Green Blue C M Y K H S L
Decimal 214 251 133 0.15 0 0.47 0.02 78.81 0.94 0.75
Hex D6 FB 85 F 0 2F 2 4F 5E 4B
Octal 326 373 205 17 0 57 2 117 136 113
Binary 11010110 11111011 10000101 1111 0 101111 10 1001111 1011110 1001011

Color Harmonies of #D6FB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FB85

Black with #D6FB85

Text Example


Text Example

White with #D6FB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FB85; }

 p { color: rgb(214,251,133); }

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

background-color css

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

 a { background-color: rgb(214,251,133); }

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

border-color css

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

 span { border-color: rgb(214,251,133); }

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