Html Css Color HEX #C2F38A Sulu

📋 copy color: '#C2F38A'

red 194 ◦ green 243 ◦ blue 138

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

Shades of Sulu #C2F38A

Tints of Sulu #C2F38A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24%

R = 33.74%
G = 42.26%
B = 24%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#C2F38A (or 0xC2F38A) is known color: Sulu. HEX triplet: C2, F3 and 8A. RGB value is (194,243,138). Sum of RGB (Red+Green+Blue) = 194+243+138=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 243 (95.31% from 255 or 42.26% from 575); Blue value is 138 (54.30% from 255 or 24% from 575); Max value from RGB is 243 - color contains mainly: green. Hex color #C2F38A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F38A is #3D0C75. Grayscale: #D8D8D8. Windows color (decimal): -4000886 or 9106370. OLE color: 9106370.

HSL color Cylindrical-coordinate representation of color #C2F38A: hue angle of 88º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2F38A is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 243 138 -
CMYK 0.20 0 0.43 0.05
HSL 88º 0.81% 0.75% -
HSV(B) 88º 0.43% 0.95% -
XYZ 58.89 77.41 35.88 -
YUV 216.38 83.77 112.04 -
System Red Green Blue C M Y K H S L
Decimal 194 243 138 0.20 0 0.43 0.05 88 0.81 0.75
Hex C2 F3 8A 14 0 2B 5 58 51 4B
Octal 302 363 212 24 0 53 5 130 121 113
Binary 11000010 11110011 10001010 10100 0 101011 101 1011000 1010001 1001011

Color Harmonies of #C2F38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F38A

Black with #C2F38A

Text Example


Text Example

White with #C2F38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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