Html Css Color HEX #BDEF40 Conifer

📋 copy color: '#BDEF40'

red 189 ◦ green 239 ◦ blue 64

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

Shades of Conifer #BDEF40

Tints of Conifer #BDEF40

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.58%

 BLUE value IS 64 (25.39% from 255) = 13.01%

R = 38.41%
G = 48.58%
B = 13.01%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#BDEF40 (or 0xBDEF40) is known color: Conifer. HEX triplet: BD, EF and 40. RGB value is (189,239,64). Sum of RGB (Red+Green+Blue) = 189+239+64=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 239 (93.75% from 255 or 48.58% from 492); Blue value is 64 (25.39% from 255 or 13.01% from 492); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDEF40 is #4210BF. Grayscale: #CCCCCC. Windows color (decimal): -4329664 or 4255677. OLE color: 4255677.

HSL color Cylindrical-coordinate representation of color #BDEF40: hue angle of 77.14º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDEF40 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 239 64 -
CMYK 0.21 0 0.73 0.06
HSL 77.14º 0.85% 0.59% -
HSV(B) 77.14º 0.73% 0.94% -
XYZ 52.78 72.92 16.14 -
YUV 204.1 48.94 117.23 -
System Red Green Blue C M Y K H S L
Decimal 189 239 64 0.21 0 0.73 0.06 77.14 0.85 0.59
Hex BD EF 40 15 0 49 6 4D 55 3B
Octal 275 357 100 25 0 111 6 115 125 73
Binary 10111101 11101111 1000000 10101 0 1001001 110 1001101 1010101 111011

Color Harmonies of #BDEF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEF40

Black with #BDEF40

Text Example


Text Example

White with #BDEF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEF40; }

 p { color: rgb(189,239,64); }

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

background-color css

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

 a { background-color: rgb(189,239,64); }

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

border-color css

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

 span { border-color: rgb(189,239,64); }

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