Html Css Color HEX #C3F960 Sulu

📋 copy color: '#C3F960'

red 195 ◦ green 249 ◦ blue 96

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

Shades of Sulu #C3F960

Tints of Sulu #C3F960

RGB

 RED value IS 195 (76.56% from 255) = 36.11%

 GREEN value IS 249 (97.66% from 255) = 46.11%

 BLUE value IS 96 (37.89% from 255) = 17.78%

R = 36.11%
G = 46.11%
B = 17.78%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#C3F960 (or 0xC3F960) is known color: Sulu. HEX triplet: C3, F9 and 60. RGB value is (195,249,96). Sum of RGB (Red+Green+Blue) = 195+249+96=540 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.11% from 540); Green value is 249 (97.66% from 255 or 46.11% from 540); Blue value is 96 (37.89% from 255 or 17.78% from 540); Max value from RGB is 249 - color contains mainly: green. Hex color #C3F960 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3F960 is #3C069F. Grayscale: #D7D7D7. Windows color (decimal): -3933856 or 6355395. OLE color: 6355395.

HSL color Cylindrical-coordinate representation of color #C3F960: hue angle of 81.18º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C3F960 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 249 96 -
CMYK 0.22 0 0.61 0.02
HSL 81.18º 0.93% 0.68% -
HSV(B) 81.18º 0.61% 0.98% -
XYZ 58.49 80.2 23.46 -
YUV 215.41 60.61 113.44 -
System Red Green Blue C M Y K H S L
Decimal 195 249 96 0.22 0 0.61 0.02 81.18 0.93 0.68
Hex C3 F9 60 16 0 3D 2 51 5D 44
Octal 303 371 140 26 0 75 2 121 135 104
Binary 11000011 11111001 1100000 10110 0 111101 10 1010001 1011101 1000100

Color Harmonies of #C3F960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3F960

Black with #C3F960

Text Example


Text Example

White with #C3F960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3F960; }

 p { color: rgb(195,249,96); }

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

background-color css

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

 a { background-color: rgb(195,249,96); }

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

border-color css

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

 span { border-color: rgb(195,249,96); }

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