Html Css Color HEX #C4E670 Sulu

📋 copy color: '#C4E670'

red 196 ◦ green 230 ◦ blue 112

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

Shades of Sulu #C4E670

Tints of Sulu #C4E670

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.75%

 BLUE value IS 112 (44.14% from 255) = 20.82%

R = 36.43%
G = 42.75%
B = 20.82%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#C4E670 (or 0xC4E670) is known color: Sulu. HEX triplet: C4, E6 and 70. RGB value is (196,230,112). Sum of RGB (Red+Green+Blue) = 196+230+112=538 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.43% from 538); Green value is 230 (90.23% from 255 or 42.75% from 538); Blue value is 112 (44.14% from 255 or 20.82% from 538); Max value from RGB is 230 - color contains mainly: green. Hex color #C4E670 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4E670 is #3B198F. Grayscale: #CECECE. Windows color (decimal): -3873168 or 7399108. OLE color: 7399108.

HSL color Cylindrical-coordinate representation of color #C4E670: hue angle of 77.29º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C4E670 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 196 230 112 -
CMYK 0.15 0 0.51 0.10
HSL 77.29º 0.7% 0.67% -
HSV(B) 77.29º 0.51% 0.9% -
XYZ 53.99 69.5 25.9 -
YUV 206.38 74.74 120.59 -
System Red Green Blue C M Y K H S L
Decimal 196 230 112 0.15 0 0.51 0.10 77.29 0.7 0.67
Hex C4 E6 70 F 0 33 A 4D 46 43
Octal 304 346 160 17 0 63 12 115 106 103
Binary 11000100 11100110 1110000 1111 0 110011 1010 1001101 1000110 1000011

Color Harmonies of #C4E670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4E670

Black with #C4E670

Text Example


Text Example

White with #C4E670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4E670; }

 p { color: rgb(196,230,112); }

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

background-color css

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

 a { background-color: rgb(196,230,112); }

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

border-color css

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

 span { border-color: rgb(196,230,112); }

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