Html Css Color HEX #C0F38B Sulu

📋 copy color: '#C0F38B'

red 192 ◦ green 243 ◦ blue 139

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

Shades of Sulu #C0F38B

Tints of Sulu #C0F38B

RGB

 RED value IS 192 (75.39% from 255) = 33.45%

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

 BLUE value IS 139 (54.69% from 255) = 24.22%

R = 33.45%
G = 42.33%
B = 24.22%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#C0F38B (or 0xC0F38B) is known color: Sulu. HEX triplet: C0, F3 and 8B. RGB value is (192,243,139). Sum of RGB (Red+Green+Blue) = 192+243+139=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 243 (95.31% from 255 or 42.33% from 574); Blue value is 139 (54.69% from 255 or 24.22% from 574); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F38B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F38B is #3F0C74. Grayscale: #D8D8D8. Windows color (decimal): -4131957 or 9171904. OLE color: 9171904.

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

Color convert

RGB 192 243 139 -
CMYK 0.21 0 0.43 0.05
HSL 89.42º 0.81% 0.75% -
HSV(B) 89.42º 0.43% 0.95% -
XYZ 58.45 77.17 36.24 -
YUV 215.9 84.6 110.96 -
System Red Green Blue C M Y K H S L
Decimal 192 243 139 0.21 0 0.43 0.05 89.42 0.81 0.75
Hex C0 F3 8B 15 0 2B 5 59 51 4B
Octal 300 363 213 25 0 53 5 131 121 113
Binary 11000000 11110011 10001011 10101 0 101011 101 1011001 1010001 1001011

Color Harmonies of #C0F38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F38B

Black with #C0F38B

Text Example


Text Example

White with #C0F38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F38B; }

 p { color: rgb(192,243,139); }

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

background-color css

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

 a { background-color: rgb(192,243,139); }

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

border-color css

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

 span { border-color: rgb(192,243,139); }

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