Html Css Color HEX #C4F368 Sulu

📋 copy color: '#C4F368'

red 196 ◦ green 243 ◦ blue 104

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

Shades of Sulu #C4F368

Tints of Sulu #C4F368

RGB

 RED value IS 196 (76.95% from 255) = 36.1%

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

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

R = 36.1%
G = 44.75%
B = 19.15%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#C4F368 (or 0xC4F368) is known color: Sulu. HEX triplet: C4, F3 and 68. RGB value is (196,243,104). Sum of RGB (Red+Green+Blue) = 196+243+104=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 243 (95.31% from 255 or 44.75% from 543); Blue value is 104 (41.02% from 255 or 19.15% from 543); Max value from RGB is 243 - color contains mainly: green. Hex color #C4F368 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4F368 is #3B0C97. Grayscale: #D5D5D5. Windows color (decimal): -3869848 or 6878148. OLE color: 6878148.

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

Color convert

RGB 196 243 104 -
CMYK 0.19 0 0.57 0.05
HSL 80.29º 0.85% 0.68% -
HSV(B) 80.29º 0.57% 0.95% -
XYZ 57.31 76.84 24.91 -
YUV 213.1 66.43 115.8 -
System Red Green Blue C M Y K H S L
Decimal 196 243 104 0.19 0 0.57 0.05 80.29 0.85 0.68
Hex C4 F3 68 13 0 39 5 50 55 44
Octal 304 363 150 23 0 71 5 120 125 104
Binary 11000100 11110011 1101000 10011 0 111001 101 1010000 1010101 1000100

Color Harmonies of #C4F368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F368

Black with #C4F368

Text Example


Text Example

White with #C4F368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F368; }

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

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

background-color css

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

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

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

border-color css

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

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

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