Html Css Color HEX #C5F268 Sulu

📋 copy color: '#C5F268'

red 197 ◦ green 242 ◦ blue 104

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

Shades of Sulu #C5F268

Tints of Sulu #C5F268

RGB

 RED value IS 197 (77.34% from 255) = 36.28%

 GREEN value IS 242 (94.92% from 255) = 44.57%

 BLUE value IS 104 (41.02% from 255) = 19.15%

R = 36.28%
G = 44.57%
B = 19.15%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#C5F268 (or 0xC5F268) is known color: Sulu. HEX triplet: C5, F2 and 68. RGB value is (197,242,104). Sum of RGB (Red+Green+Blue) = 197+242+104=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 104 (41.02% from 255 or 19.15% from 543); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F268 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F268 is #3A0D97. Grayscale: #D5D5D5. Windows color (decimal): -3804568 or 6877893. OLE color: 6877893.

HSL color Cylindrical-coordinate representation of color #C5F268: hue angle of 79.57º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5F268 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 242 104 -
CMYK 0.19 0 0.57 0.05
HSL 79.57º 0.84% 0.68% -
HSV(B) 79.57º 0.57% 0.95% -
XYZ 57.28 76.37 24.82 -
YUV 212.81 66.59 116.72 -
System Red Green Blue C M Y K H S L
Decimal 197 242 104 0.19 0 0.57 0.05 79.57 0.84 0.68
Hex C5 F2 68 13 0 39 5 50 54 44
Octal 305 362 150 23 0 71 5 120 124 104
Binary 11000101 11110010 1101000 10011 0 111001 101 1010000 1010100 1000100

Color Harmonies of #C5F268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F268

Black with #C5F268

Text Example


Text Example

White with #C5F268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F268; }

 p { color: rgb(197,242,104); }

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

background-color css

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

 a { background-color: rgb(197,242,104); }

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

border-color css

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

 span { border-color: rgb(197,242,104); }

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