Html Css Color HEX #C2F368 Sulu

📋 copy color: '#C2F368'

red 194 ◦ green 243 ◦ blue 104

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

Shades of Sulu #C2F368

Tints of Sulu #C2F368

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.92%

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

R = 35.86%
G = 44.92%
B = 19.22%

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

#C2F368 (or 0xC2F368) is known color: Sulu. HEX triplet: C2, F3 and 68. RGB value is (194,243,104). Sum of RGB (Red+Green+Blue) = 194+243+104=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 243 (95.31% from 255 or 44.92% from 541); Blue value is 104 (41.02% from 255 or 19.22% from 541); Max value from RGB is 243 - color contains mainly: green. Hex color #C2F368 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F368 is #3D0C97. Grayscale: #D5D5D5. Windows color (decimal): -4000920 or 6878146. OLE color: 6878146.

HSL color Cylindrical-coordinate representation of color #C2F368: hue angle of 81.15º degrees, saturation: 0.85, 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 #C2F368 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 243 104 -
CMYK 0.20 0 0.57 0.05
HSL 81.15º 0.85% 0.68% -
HSV(B) 81.15º 0.57% 0.95% -
XYZ 56.8 76.57 24.88 -
YUV 212.5 66.77 114.8 -
System Red Green Blue C M Y K H S L
Decimal 194 243 104 0.20 0 0.57 0.05 81.15 0.85 0.68
Hex C2 F3 68 14 0 39 5 51 55 44
Octal 302 363 150 24 0 71 5 121 125 104
Binary 11000010 11110011 1101000 10100 0 111001 101 1010001 1010101 1000100

Color Harmonies of #C2F368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F368

Black with #C2F368

Text Example


Text Example

White with #C2F368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F368; }

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

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

background-color css

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

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

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

border-color css

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

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

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