Html Css Color HEX #38CF69 Emerald

📋 copy color: '#38CF69'

red 56 ◦ green 207 ◦ blue 105

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

Shades of Emerald #38CF69

Tints of Emerald #38CF69

RGB

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

 GREEN value IS 207 (81.25% from 255) = 56.25%

 BLUE value IS 105 (41.41% from 255) = 28.53%

R = 15.22%
G = 56.25%
B = 28.53%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#38CF69 (or 0x38CF69) is known color: Emerald. HEX triplet: 38, CF and 69. RGB value is (56,207,105). Sum of RGB (Red+Green+Blue) = 56+207+105=368 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.22% from 368); Green value is 207 (81.25% from 255 or 56.25% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 207 - color contains mainly: green. Hex color #38CF69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38CF69 is #C73096. Grayscale: #969696. Windows color (decimal): -13054103 or 6934328. OLE color: 6934328.

HSL color Cylindrical-coordinate representation of color #38CF69: hue angle of 139.47º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CF69 is Cyan = 0.73, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 207 105 -
CMYK 0.73 0 0.49 0.19
HSL 139.47º 0.61% 0.52% -
HSV(B) 139.47º 0.73% 0.81% -
XYZ 26.49 46.49 20.94 -
YUV 150.22 102.47 60.79 -
System Red Green Blue C M Y K H S L
Decimal 56 207 105 0.73 0 0.49 0.19 139.47 0.61 0.52
Hex 38 CF 69 49 0 31 13 8B 3D 34
Octal 70 317 151 111 0 61 23 213 75 64
Binary 111000 11001111 1101001 1001001 0 110001 10011 10001011 111101 110100

Color Harmonies of #38CF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CF69

Black with #38CF69

Text Example


Text Example

White with #38CF69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,207,105); }

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

background-color css

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

 a { background-color: rgb(56,207,105); }

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

border-color css

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

 span { border-color: rgb(56,207,105); }

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