Html Css Color HEX #BDF95D Conifer

📋 copy color: '#BDF95D'

red 189 ◦ green 249 ◦ blue 93

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

Shades of Conifer #BDF95D

Tints of Conifer #BDF95D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.89%

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

R = 35.59%
G = 46.89%
B = 17.51%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#BDF95D (or 0xBDF95D) is known color: Conifer. HEX triplet: BD, F9 and 5D. RGB value is (189,249,93). Sum of RGB (Red+Green+Blue) = 189+249+93=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 249 (97.66% from 255 or 46.89% from 531); Blue value is 93 (36.72% from 255 or 17.51% from 531); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF95D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF95D is #4206A2. Grayscale: #D5D5D5. Windows color (decimal): -4327075 or 6158781. OLE color: 6158781.

HSL color Cylindrical-coordinate representation of color #BDF95D: hue angle of 83.08º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDF95D is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 249 93 -
CMYK 0.24 0 0.63 0.02
HSL 83.08º 0.93% 0.67% -
HSV(B) 83.08º 0.63% 0.98% -
XYZ 56.84 79.36 22.68 -
YUV 213.28 60.12 110.68 -
System Red Green Blue C M Y K H S L
Decimal 189 249 93 0.24 0 0.63 0.02 83.08 0.93 0.67
Hex BD F9 5D 18 0 3F 2 53 5D 43
Octal 275 371 135 30 0 77 2 123 135 103
Binary 10111101 11111001 1011101 11000 0 111111 10 1010011 1011101 1000011

Color Harmonies of #BDF95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF95D

Black with #BDF95D

Text Example


Text Example

White with #BDF95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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