Html Css Color HEX #BDF761 Conifer

📋 copy color: '#BDF761'

red 189 ◦ green 247 ◦ blue 97

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

Shades of Conifer #BDF761

Tints of Conifer #BDF761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.2%

R = 35.46%
G = 46.34%
B = 18.2%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#BDF761 (or 0xBDF761) is known color: Conifer. HEX triplet: BD, F7 and 61. RGB value is (189,247,97). Sum of RGB (Red+Green+Blue) = 189+247+97=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 247 (96.88% from 255 or 46.34% from 533); Blue value is 97 (38.28% from 255 or 18.20% from 533); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF761 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF761 is #42089E. Grayscale: #D5D5D5. Windows color (decimal): -4327583 or 6420413. OLE color: 6420413.

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

Color convert

RGB 189 247 97 -
CMYK 0.23 0 0.61 0.03
HSL 83.2º 0.9% 0.67% -
HSV(B) 83.2º 0.61% 0.97% -
XYZ 56.4 78.2 23.43 -
YUV 212.56 62.78 111.2 -
System Red Green Blue C M Y K H S L
Decimal 189 247 97 0.23 0 0.61 0.03 83.2 0.9 0.67
Hex BD F7 61 17 0 3D 3 53 5A 43
Octal 275 367 141 27 0 75 3 123 132 103
Binary 10111101 11110111 1100001 10111 0 111101 11 1010011 1011010 1000011

Color Harmonies of #BDF761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF761

Black with #BDF761

Text Example


Text Example

White with #BDF761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF761; }

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

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

background-color css

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

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

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

border-color css

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

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

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