Html Css Color HEX #C6FF85 Sulu

📋 copy color: '#C6FF85'

red 198 ◦ green 255 ◦ blue 133

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

Shades of Sulu #C6FF85

Tints of Sulu #C6FF85

RGB

 RED value IS 198 (77.73% from 255) = 33.79%

 GREEN value IS 255 (100% from 255) = 43.52%

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

R = 33.79%
G = 43.52%
B = 22.7%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#C6FF85 (or 0xC6FF85) is known color: Sulu. HEX triplet: C6, FF and 85. RGB value is (198,255,133). Sum of RGB (Red+Green+Blue) = 198+255+133=586 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.79% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 133 (52.34% from 255 or 22.70% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #C6FF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6FF85 is #39007A. Grayscale: #E0E0E0. Windows color (decimal): -3735675 or 8781766. OLE color: 8781766.

HSL color Cylindrical-coordinate representation of color #C6FF85: hue angle of 88.03º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C6FF85 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB 198 255 133 -
CMYK 0.22 0 0.48 0
HSL 88.03º 1% 0.76% -
HSV(B) 88.03º 0.48% 1% -
XYZ 63.28 85.22 35.3 -
YUV 224.05 76.62 109.42 -
System Red Green Blue C M Y K H S L
Decimal 198 255 133 0.22 0 0.48 0 88.03 1 0.76
Hex C6 FF 85 16 0 30 0 58 64 4C
Octal 306 377 205 26 0 60 0 130 144 114
Binary 11000110 11111111 10000101 10110 0 110000 0 1011000 1100100 1001100

Color Harmonies of #C6FF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6FF85

Black with #C6FF85

Text Example


Text Example

White with #C6FF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6FF85; }

 p { color: rgb(198,255,133); }

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

background-color css

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

 a { background-color: rgb(198,255,133); }

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

border-color css

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

 span { border-color: rgb(198,255,133); }

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