Html Css Color HEX #BDF715 Inch Worm

📋 copy color: '#BDF715'

red 189 ◦ green 247 ◦ blue 21

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

Shades of Inch Worm #BDF715

Tints of Inch Worm #BDF715

RGB

 RED value IS 189 (74.22% from 255) = 41.36%

 GREEN value IS 247 (96.88% from 255) = 54.05%

 BLUE value IS 21 (8.59% from 255) = 4.6%

R = 41.36%
G = 54.05%
B = 4.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#BDF715 (or 0xBDF715) is known color: Inch Worm. HEX triplet: BD, F7 and 15. RGB value is (189,247,21). Sum of RGB (Red+Green+Blue) = 189+247+21=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 247 (96.88% from 255 or 54.05% from 457); Blue value is 21 (8.59% from 255 or 4.60% from 457); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF715 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF715 is #4208EA. Grayscale: #CCCCCC. Windows color (decimal): -4327659 or 1439677. OLE color: 1439677.

HSL color Cylindrical-coordinate representation of color #BDF715: hue angle of 75.4º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDF715 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 247 21 -
CMYK 0.23 0 0.91 0.03
HSL 75.4º 0.93% 0.53% -
HSV(B) 75.4º 0.91% 0.97% -
XYZ 54.38 77.39 12.78 -
YUV 203.89 24.78 117.38 -
System Red Green Blue C M Y K H S L
Decimal 189 247 21 0.23 0 0.91 0.03 75.4 0.93 0.53
Hex BD F7 15 17 0 5B 3 4B 5D 35
Octal 275 367 25 27 0 133 3 113 135 65
Binary 10111101 11110111 10101 10111 0 1011011 11 1001011 1011101 110101

Color Harmonies of #BDF715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF715

Black with #BDF715

Text Example


Text Example

White with #BDF715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF715; }

 p { color: rgb(189,247,21); }

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

background-color css

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

 a { background-color: rgb(189,247,21); }

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

border-color css

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

 span { border-color: rgb(189,247,21); }

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