Html Css Color HEX #BDF65D Conifer

📋 copy color: '#BDF65D'

red 189 ◦ green 246 ◦ blue 93

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

Shades of Conifer #BDF65D

Tints of Conifer #BDF65D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.61%

R = 35.8%
G = 46.59%
B = 17.61%

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

#BDF65D (or 0xBDF65D) is known color: Conifer. HEX triplet: BD, F6 and 5D. RGB value is (189,246,93). Sum of RGB (Red+Green+Blue) = 189+246+93=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 246 (96.48% from 255 or 46.59% from 528); Blue value is 93 (36.72% from 255 or 17.61% from 528); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF65D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF65D is #4209A2. Grayscale: #D4D4D4. Windows color (decimal): -4327843 or 6158013. OLE color: 6158013.

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

Color convert

RGB 189 246 93 -
CMYK 0.23 0 0.62 0.04
HSL 82.35º 0.89% 0.66% -
HSV(B) 82.35º 0.62% 0.96% -
XYZ 55.92 77.52 22.37 -
YUV 211.52 61.12 111.94 -
System Red Green Blue C M Y K H S L
Decimal 189 246 93 0.23 0 0.62 0.04 82.35 0.89 0.66
Hex BD F6 5D 17 0 3E 4 52 59 42
Octal 275 366 135 27 0 76 4 122 131 102
Binary 10111101 11110110 1011101 10111 0 111110 100 1010010 1011001 1000010

Color Harmonies of #BDF65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF65D

Black with #BDF65D

Text Example


Text Example

White with #BDF65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF65D; }

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

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

background-color css

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

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

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

border-color css

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

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

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