Html Css Color HEX #38F264 Screamin' Green

📋 copy color: '#38F264'

red 56 ◦ green 242 ◦ blue 100

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

Shades of Screamin' Green #38F264

Tints of Screamin' Green #38F264

RGB

 RED value IS 56 (22.27% from 255) = 14.07%

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

 BLUE value IS 100 (39.45% from 255) = 25.13%

R = 14.07%
G = 60.8%
B = 25.13%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#38F264 (or 0x38F264) is known color: Screamin' Green. HEX triplet: 38, F2 and 64. RGB value is (56,242,100). Sum of RGB (Red+Green+Blue) = 56+242+100=398 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.07% from 398); Green value is 242 (94.92% from 255 or 60.80% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 242 - color contains mainly: green. Hex color #38F264 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F264 is #C70D9B. Grayscale: #AAAAAA. Windows color (decimal): -13045148 or 6615608. OLE color: 6615608.

HSL color Cylindrical-coordinate representation of color #38F264: hue angle of 134.19º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F264 is Cyan = 0.77, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 242 100 -
CMYK 0.77 0 0.59 0.05
HSL 134.19º 0.88% 0.58% -
HSV(B) 134.19º 0.77% 0.95% -
XYZ 35.68 65.27 22.77 -
YUV 170.2 88.38 46.55 -
System Red Green Blue C M Y K H S L
Decimal 56 242 100 0.77 0 0.59 0.05 134.19 0.88 0.58
Hex 38 F2 64 4D 0 3B 5 86 58 3A
Octal 70 362 144 115 0 73 5 206 130 72
Binary 111000 11110010 1100100 1001101 0 111011 101 10000110 1011000 111010

Color Harmonies of #38F264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F264

Black with #38F264

Text Example


Text Example

White with #38F264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38F264; }

 p { color: rgb(56,242,100); }

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

background-color css

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

 a { background-color: rgb(56,242,100); }

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

border-color css

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

 span { border-color: rgb(56,242,100); }

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