Html Css Color HEX #C2F468 Sulu

📋 copy color: '#C2F468'

red 194 ◦ green 244 ◦ blue 104

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

Shades of Sulu #C2F468

Tints of Sulu #C2F468

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.02%

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

R = 35.79%
G = 45.02%
B = 19.19%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#C2F468 (or 0xC2F468) is known color: Sulu. HEX triplet: C2, F4 and 68. RGB value is (194,244,104). Sum of RGB (Red+Green+Blue) = 194+244+104=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 244 (95.70% from 255 or 45.02% from 542); Blue value is 104 (41.02% from 255 or 19.19% from 542); Max value from RGB is 244 - color contains mainly: green. Hex color #C2F468 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F468 is #3D0B97. Grayscale: #D5D5D5. Windows color (decimal): -4000664 or 6878402. OLE color: 6878402.

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

Color convert

RGB 194 244 104 -
CMYK 0.20 0 0.57 0.04
HSL 81.43º 0.86% 0.68% -
HSV(B) 81.43º 0.57% 0.96% -
XYZ 57.1 77.17 24.98 -
YUV 213.09 66.44 114.38 -
System Red Green Blue C M Y K H S L
Decimal 194 244 104 0.20 0 0.57 0.04 81.43 0.86 0.68
Hex C2 F4 68 14 0 39 4 51 56 44
Octal 302 364 150 24 0 71 4 121 126 104
Binary 11000010 11110100 1101000 10100 0 111001 100 1010001 1010110 1000100

Color Harmonies of #C2F468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F468

Black with #C2F468

Text Example


Text Example

White with #C2F468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F468; }

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

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

background-color css

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

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

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

border-color css

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

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

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