Html Css Color HEX #C8F672 Sulu

📋 copy color: '#C8F672'

red 200 ◦ green 246 ◦ blue 114

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

Shades of Sulu #C8F672

Tints of Sulu #C8F672

RGB

 RED value IS 200 (78.52% from 255) = 35.71%

 GREEN value IS 246 (96.48% from 255) = 43.93%

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

R = 35.71%
G = 43.93%
B = 20.36%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#C8F672 (or 0xC8F672) is known color: Sulu. HEX triplet: C8, F6 and 72. RGB value is (200,246,114). Sum of RGB (Red+Green+Blue) = 200+246+114=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 246 (96.48% from 255 or 43.93% from 560); Blue value is 114 (44.92% from 255 or 20.36% from 560); Max value from RGB is 246 - color contains mainly: green. Hex color #C8F672 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F672 is #37098D. Grayscale: #D9D9D9. Windows color (decimal): -3606926 or 7534280. OLE color: 7534280.

HSL color Cylindrical-coordinate representation of color #C8F672: hue angle of 80.91º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8F672 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 200 246 114 -
CMYK 0.19 0 0.54 0.04
HSL 80.91º 0.88% 0.71% -
HSV(B) 80.91º 0.54% 0.96% -
XYZ 59.81 79.41 28.09 -
YUV 217.2 69.76 115.73 -
System Red Green Blue C M Y K H S L
Decimal 200 246 114 0.19 0 0.54 0.04 80.91 0.88 0.71
Hex C8 F6 72 13 0 36 4 51 58 47
Octal 310 366 162 23 0 66 4 121 130 107
Binary 11001000 11110110 1110010 10011 0 110110 100 1010001 1011000 1000111

Color Harmonies of #C8F672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8F672

Black with #C8F672

Text Example


Text Example

White with #C8F672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8F672; }

 p { color: rgb(200,246,114); }

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

background-color css

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

 a { background-color: rgb(200,246,114); }

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

border-color css

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

 span { border-color: rgb(200,246,114); }

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