Html Css Color HEX #C6FC85 Sulu

📋 copy color: '#C6FC85'

red 198 ◦ green 252 ◦ blue 133

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

Shades of Sulu #C6FC85

Tints of Sulu #C6FC85

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.22%

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

R = 33.96%
G = 43.22%
B = 22.81%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#C6FC85 (or 0xC6FC85) is known color: Sulu. HEX triplet: C6, FC and 85. RGB value is (198,252,133). Sum of RGB (Red+Green+Blue) = 198+252+133=583 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.96% from 583); Green value is 252 (98.83% from 255 or 43.22% from 583); Blue value is 133 (52.34% from 255 or 22.81% from 583); Max value from RGB is 252 - color contains mainly: green. Hex color #C6FC85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6FC85 is #39037A. Grayscale: #DEDEDE. Windows color (decimal): -3736443 or 8780998. OLE color: 8780998.

HSL color Cylindrical-coordinate representation of color #C6FC85: hue angle of 87.23º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C6FC85 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 252 133 -
CMYK 0.21 0 0.47 0.01
HSL 87.23º 0.95% 0.75% -
HSV(B) 87.23º 0.47% 0.99% -
XYZ 62.33 83.32 34.99 -
YUV 222.29 77.61 110.68 -
System Red Green Blue C M Y K H S L
Decimal 198 252 133 0.21 0 0.47 0.01 87.23 0.95 0.75
Hex C6 FC 85 15 0 2F 1 57 5F 4B
Octal 306 374 205 25 0 57 1 127 137 113
Binary 11000110 11111100 10000101 10101 0 101111 1 1010111 1011111 1001011

Color Harmonies of #C6FC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6FC85

Black with #C6FC85

Text Example


Text Example

White with #C6FC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6FC85; }

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

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

background-color css

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

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

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

border-color css

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

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

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