Html Css Color HEX #C4F068 Sulu

📋 copy color: '#C4F068'

red 196 ◦ green 240 ◦ blue 104

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

Shades of Sulu #C4F068

Tints of Sulu #C4F068

RGB

 RED value IS 196 (76.95% from 255) = 36.3%

 GREEN value IS 240 (94.14% from 255) = 44.44%

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

R = 36.3%
G = 44.44%
B = 19.26%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#C4F068 (or 0xC4F068) is known color: Sulu. HEX triplet: C4, F0 and 68. RGB value is (196,240,104). Sum of RGB (Red+Green+Blue) = 196+240+104=540 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.30% from 540); Green value is 240 (94.14% from 255 or 44.44% from 540); Blue value is 104 (41.02% from 255 or 19.26% from 540); Max value from RGB is 240 - color contains mainly: green. Hex color #C4F068 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4F068 is #3B0F97. Grayscale: #D3D3D3. Windows color (decimal): -3870616 or 6877380. OLE color: 6877380.

HSL color Cylindrical-coordinate representation of color #C4F068: hue angle of 79.41º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C4F068 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 240 104 -
CMYK 0.18 0 0.57 0.06
HSL 79.41º 0.82% 0.67% -
HSV(B) 79.41º 0.57% 0.94% -
XYZ 56.42 75.06 24.61 -
YUV 211.34 67.42 117.06 -
System Red Green Blue C M Y K H S L
Decimal 196 240 104 0.18 0 0.57 0.06 79.41 0.82 0.67
Hex C4 F0 68 12 0 39 6 4F 52 43
Octal 304 360 150 22 0 71 6 117 122 103
Binary 11000100 11110000 1101000 10010 0 111001 110 1001111 1010010 1000011

Color Harmonies of #C4F068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F068

Black with #C4F068

Text Example


Text Example

White with #C4F068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F068; }

 p { color: rgb(196,240,104); }

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

background-color css

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

 a { background-color: rgb(196,240,104); }

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

border-color css

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

 span { border-color: rgb(196,240,104); }

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