Html Css Color HEX #C2FB61 Sulu

📋 copy color: '#C2FB61'

red 194 ◦ green 251 ◦ blue 97

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

Shades of Sulu #C2FB61

Tints of Sulu #C2FB61

RGB

 RED value IS 194 (76.17% from 255) = 35.79%

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

 BLUE value IS 97 (38.28% from 255) = 17.9%

R = 35.79%
G = 46.31%
B = 17.9%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#C2FB61 (or 0xC2FB61) is known color: Sulu. HEX triplet: C2, FB and 61. RGB value is (194,251,97). Sum of RGB (Red+Green+Blue) = 194+251+97=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 251 (98.44% from 255 or 46.31% from 542); Blue value is 97 (38.28% from 255 or 17.90% from 542); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FB61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FB61 is #3D049E. Grayscale: #D8D8D8. Windows color (decimal): -3998879 or 6421442. OLE color: 6421442.

HSL color Cylindrical-coordinate representation of color #C2FB61: hue angle of 82.21º degrees, saturation: 0.95, 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 #C2FB61 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 251 97 -
CMYK 0.23 0 0.61 0.02
HSL 82.21º 0.95% 0.68% -
HSV(B) 82.21º 0.61% 0.98% -
XYZ 58.9 81.33 23.9 -
YUV 216.4 60.62 112.02 -
System Red Green Blue C M Y K H S L
Decimal 194 251 97 0.23 0 0.61 0.02 82.21 0.95 0.68
Hex C2 FB 61 17 0 3D 2 52 5F 44
Octal 302 373 141 27 0 75 2 122 137 104
Binary 11000010 11111011 1100001 10111 0 111101 10 1010010 1011111 1000100

Color Harmonies of #C2FB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FB61

Black with #C2FB61

Text Example


Text Example

White with #C2FB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FB61; }

 p { color: rgb(194,251,97); }

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

background-color css

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

 a { background-color: rgb(194,251,97); }

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

border-color css

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

 span { border-color: rgb(194,251,97); }

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