Html Css Color HEX #C4F16A Sulu

📋 copy color: '#C4F16A'

red 196 ◦ green 241 ◦ blue 106

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

Shades of Sulu #C4F16A

Tints of Sulu #C4F16A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.52%

R = 36.1%
G = 44.38%
B = 19.52%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#C4F16A (or 0xC4F16A) is known color: Sulu. HEX triplet: C4, F1 and 6A. RGB value is (196,241,106). Sum of RGB (Red+Green+Blue) = 196+241+106=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 241 (94.53% from 255 or 44.38% from 543); Blue value is 106 (41.80% from 255 or 19.52% from 543); Max value from RGB is 241 - color contains mainly: green. Hex color #C4F16A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4F16A is #3B0E95. Grayscale: #D4D4D4. Windows color (decimal): -3870358 or 7008708. OLE color: 7008708.

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

Color convert

RGB 196 241 106 -
CMYK 0.19 0 0.56 0.05
HSL 80º 0.83% 0.68% -
HSV(B) 80º 0.56% 0.95% -
XYZ 56.82 75.69 25.25 -
YUV 212.16 68.09 116.48 -
System Red Green Blue C M Y K H S L
Decimal 196 241 106 0.19 0 0.56 0.05 80 0.83 0.68
Hex C4 F1 6A 13 0 38 5 50 53 44
Octal 304 361 152 23 0 70 5 120 123 104
Binary 11000100 11110001 1101010 10011 0 111000 101 1010000 1010011 1000100

Color Harmonies of #C4F16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F16A

Black with #C4F16A

Text Example


Text Example

White with #C4F16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F16A; }

 p { color: rgb(196,241,106); }

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

background-color css

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

 a { background-color: rgb(196,241,106); }

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

border-color css

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

 span { border-color: rgb(196,241,106); }

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