Html Css Color HEX #BDF85D Conifer

📋 copy color: '#BDF85D'

red 189 ◦ green 248 ◦ blue 93

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

Shades of Conifer #BDF85D

Tints of Conifer #BDF85D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.79%

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

R = 35.66%
G = 46.79%
B = 17.55%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#BDF85D (or 0xBDF85D) is known color: Conifer. HEX triplet: BD, F8 and 5D. RGB value is (189,248,93). Sum of RGB (Red+Green+Blue) = 189+248+93=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 248 (97.27% from 255 or 46.79% from 530); Blue value is 93 (36.72% from 255 or 17.55% from 530); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF85D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF85D is #4207A2. Grayscale: #D5D5D5. Windows color (decimal): -4327331 or 6158525. OLE color: 6158525.

HSL color Cylindrical-coordinate representation of color #BDF85D: hue angle of 82.84º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDF85D is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 248 93 -
CMYK 0.24 0 0.62 0.03
HSL 82.84º 0.92% 0.67% -
HSV(B) 82.84º 0.63% 0.97% -
XYZ 56.53 78.74 22.58 -
YUV 212.69 60.45 111.1 -
System Red Green Blue C M Y K H S L
Decimal 189 248 93 0.24 0 0.62 0.03 82.84 0.92 0.67
Hex BD F8 5D 18 0 3E 3 53 5C 43
Octal 275 370 135 30 0 76 3 123 134 103
Binary 10111101 11111000 1011101 11000 0 111110 11 1010011 1011100 1000011

Color Harmonies of #BDF85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF85D

Black with #BDF85D

Text Example


Text Example

White with #BDF85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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