Html Css Color HEX #C6FB72 Sulu

📋 copy color: '#C6FB72'

red 198 ◦ green 251 ◦ blue 114

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

Shades of Sulu #C6FB72

Tints of Sulu #C6FB72

RGB

 RED value IS 198 (77.73% from 255) = 35.17%

 GREEN value IS 251 (98.44% from 255) = 44.58%

 BLUE value IS 114 (44.92% from 255) = 20.25%

R = 35.17%
G = 44.58%
B = 20.25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#C6FB72 (or 0xC6FB72) is known color: Sulu. HEX triplet: C6, FB and 72. RGB value is (198,251,114). Sum of RGB (Red+Green+Blue) = 198+251+114=563 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.17% from 563); Green value is 251 (98.44% from 255 or 44.58% from 563); Blue value is 114 (44.92% from 255 or 20.25% from 563); Max value from RGB is 251 - color contains mainly: green. Hex color #C6FB72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6FB72 is #39048D. Grayscale: #DCDCDC. Windows color (decimal): -3736718 or 7535558. OLE color: 7535558.

HSL color Cylindrical-coordinate representation of color #C6FB72: hue angle of 83.21º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C6FB72 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 251 114 -
CMYK 0.21 0 0.55 0.02
HSL 83.21º 0.94% 0.72% -
HSV(B) 83.21º 0.55% 0.98% -
XYZ 60.82 82.22 28.58 -
YUV 219.54 68.44 112.64 -
System Red Green Blue C M Y K H S L
Decimal 198 251 114 0.21 0 0.55 0.02 83.21 0.94 0.72
Hex C6 FB 72 15 0 37 2 53 5E 48
Octal 306 373 162 25 0 67 2 123 136 110
Binary 11000110 11111011 1110010 10101 0 110111 10 1010011 1011110 1001000

Color Harmonies of #C6FB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6FB72

Black with #C6FB72

Text Example


Text Example

White with #C6FB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6FB72; }

 p { color: rgb(198,251,114); }

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

background-color css

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

 a { background-color: rgb(198,251,114); }

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

border-color css

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

 span { border-color: rgb(198,251,114); }

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