Html Css Color HEX #BDF65E Conifer

📋 copy color: '#BDF65E'

red 189 ◦ green 246 ◦ blue 94

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

Shades of Conifer #BDF65E

Tints of Conifer #BDF65E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.5%

 BLUE value IS 94 (37.11% from 255) = 17.77%

R = 35.73%
G = 46.5%
B = 17.77%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#BDF65E (or 0xBDF65E) is known color: Conifer. HEX triplet: BD, F6 and 5E. RGB value is (189,246,94). Sum of RGB (Red+Green+Blue) = 189+246+94=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 246 (96.48% from 255 or 46.50% from 529); Blue value is 94 (37.11% from 255 or 17.77% from 529); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF65E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF65E is #4209A1. Grayscale: #D4D4D4. Windows color (decimal): -4327842 or 6223549. OLE color: 6223549.

HSL color Cylindrical-coordinate representation of color #BDF65E: hue angle of 82.5º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDF65E is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 246 94 -
CMYK 0.23 0 0.62 0.04
HSL 82.5º 0.89% 0.67% -
HSV(B) 82.5º 0.62% 0.96% -
XYZ 55.96 77.54 22.61 -
YUV 211.63 61.62 111.86 -
System Red Green Blue C M Y K H S L
Decimal 189 246 94 0.23 0 0.62 0.04 82.5 0.89 0.67
Hex BD F6 5E 17 0 3E 4 52 59 43
Octal 275 366 136 27 0 76 4 122 131 103
Binary 10111101 11110110 1011110 10111 0 111110 100 1010010 1011001 1000011

Color Harmonies of #BDF65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF65E

Black with #BDF65E

Text Example


Text Example

White with #BDF65E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF65E; }

 p { color: rgb(189,246,94); }

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

background-color css

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

 a { background-color: rgb(189,246,94); }

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

border-color css

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

 span { border-color: rgb(189,246,94); }

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