Html Css Color HEX #C2F168 Sulu

📋 copy color: '#C2F168'

red 194 ◦ green 241 ◦ blue 104

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

Shades of Sulu #C2F168

Tints of Sulu #C2F168

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.71%

 BLUE value IS 104 (41.02% from 255) = 19.29%

R = 35.99%
G = 44.71%
B = 19.29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#C2F168 (or 0xC2F168) is known color: Sulu. HEX triplet: C2, F1 and 68. RGB value is (194,241,104). Sum of RGB (Red+Green+Blue) = 194+241+104=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 104 (41.02% from 255 or 19.29% from 539); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F168 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F168 is #3D0E97. Grayscale: #D3D3D3. Windows color (decimal): -4001432 or 6877634. OLE color: 6877634.

HSL color Cylindrical-coordinate representation of color #C2F168: hue angle of 80.58º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2F168 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 241 104 -
CMYK 0.20 0 0.57 0.05
HSL 80.58º 0.83% 0.68% -
HSV(B) 80.58º 0.57% 0.95% -
XYZ 56.2 75.38 24.68 -
YUV 211.33 67.43 115.64 -
System Red Green Blue C M Y K H S L
Decimal 194 241 104 0.20 0 0.57 0.05 80.58 0.83 0.68
Hex C2 F1 68 14 0 39 5 51 53 44
Octal 302 361 150 24 0 71 5 121 123 104
Binary 11000010 11110001 1101000 10100 0 111001 101 1010001 1010011 1000100

Color Harmonies of #C2F168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F168

Black with #C2F168

Text Example


Text Example

White with #C2F168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F168; }

 p { color: rgb(194,241,104); }

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

background-color css

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

 a { background-color: rgb(194,241,104); }

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

border-color css

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

 span { border-color: rgb(194,241,104); }

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