Html Css Color HEX #BDF75C Conifer

📋 copy color: '#BDF75C'

red 189 ◦ green 247 ◦ blue 92

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

Shades of Conifer #BDF75C

Tints of Conifer #BDF75C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46.78%

 BLUE value IS 92 (36.33% from 255) = 17.42%

R = 35.8%
G = 46.78%
B = 17.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#BDF75C (or 0xBDF75C) is known color: Conifer. HEX triplet: BD, F7 and 5C. RGB value is (189,247,92). Sum of RGB (Red+Green+Blue) = 189+247+92=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 247 (96.88% from 255 or 46.78% from 528); Blue value is 92 (36.33% from 255 or 17.42% from 528); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF75C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF75C is #4208A3. Grayscale: #D4D4D4. Windows color (decimal): -4327588 or 6092733. OLE color: 6092733.

HSL color Cylindrical-coordinate representation of color #BDF75C: hue angle of 82.45º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDF75C is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 247 92 -
CMYK 0.23 0 0.63 0.03
HSL 82.45º 0.91% 0.66% -
HSV(B) 82.45º 0.63% 0.97% -
XYZ 56.18 78.11 22.24 -
YUV 211.99 60.28 111.6 -
System Red Green Blue C M Y K H S L
Decimal 189 247 92 0.23 0 0.63 0.03 82.45 0.91 0.66
Hex BD F7 5C 17 0 3F 3 52 5B 42
Octal 275 367 134 27 0 77 3 122 133 102
Binary 10111101 11110111 1011100 10111 0 111111 11 1010010 1011011 1000010

Color Harmonies of #BDF75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF75C

Black with #BDF75C

Text Example


Text Example

White with #BDF75C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF75C; }

 p { color: rgb(189,247,92); }

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

background-color css

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

 a { background-color: rgb(189,247,92); }

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

border-color css

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

 span { border-color: rgb(189,247,92); }

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