Html Css Color HEX #BDE707 Inch Worm

📋 copy color: '#BDE707'

red 189 ◦ green 231 ◦ blue 7

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

Shades of Inch Worm #BDE707

Tints of Inch Worm #BDE707

RGB

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

 GREEN value IS 231 (90.63% from 255) = 54.1%

 BLUE value IS 7 (3.13% from 255) = 1.64%

R = 44.26%
G = 54.1%
B = 1.64%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#BDE707 (or 0xBDE707) is known color: Inch Worm. HEX triplet: BD, E7 and 07. RGB value is (189,231,7). Sum of RGB (Red+Green+Blue) = 189+231+7=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 231 (90.62% from 255 or 54.10% from 427); Blue value is 7 (3.12% from 255 or 1.64% from 427); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE707 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDE707 is #4218F8. Grayscale: #C1C1C1. Windows color (decimal): -4331769 or 518077. OLE color: 518077.

HSL color Cylindrical-coordinate representation of color #BDE707: hue angle of 71.25º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDE707 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 231 7 -
CMYK 0.18 0 0.97 0.09
HSL 71.25º 0.94% 0.47% -
HSV(B) 71.25º 0.97% 0.91% -
XYZ 49.6 67.99 10.71 -
YUV 192.91 23.09 125.21 -
System Red Green Blue C M Y K H S L
Decimal 189 231 7 0.18 0 0.97 0.09 71.25 0.94 0.47
Hex BD E7 7 12 0 61 9 47 5E 2F
Octal 275 347 7 22 0 141 11 107 136 57
Binary 10111101 11100111 111 10010 0 1100001 1001 1000111 1011110 101111

Color Harmonies of #BDE707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE707

Black with #BDE707

Text Example


Text Example

White with #BDE707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE707; }

 p { color: rgb(189,231,7); }

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

background-color css

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

 a { background-color: rgb(189,231,7); }

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

border-color css

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

 span { border-color: rgb(189,231,7); }

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