Html Css Color HEX #BDF74A Conifer

📋 copy color: '#BDF74A'

red 189 ◦ green 247 ◦ blue 74

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

Shades of Conifer #BDF74A

Tints of Conifer #BDF74A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.51%

R = 37.06%
G = 48.43%
B = 14.51%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#BDF74A (or 0xBDF74A) is known color: Conifer. HEX triplet: BD, F7 and 4A. RGB value is (189,247,74). Sum of RGB (Red+Green+Blue) = 189+247+74=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 247 (96.88% from 255 or 48.43% from 510); Blue value is 74 (29.30% from 255 or 14.51% from 510); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF74A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF74A is #4208B5. Grayscale: #D2D2D2. Windows color (decimal): -4327606 or 4913085. OLE color: 4913085.

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

Color convert

RGB 189 247 74 -
CMYK 0.23 0 0.70 0.03
HSL 80.12º 0.92% 0.63% -
HSV(B) 80.12º 0.7% 0.97% -
XYZ 55.48 77.83 18.58 -
YUV 209.94 51.28 113.07 -
System Red Green Blue C M Y K H S L
Decimal 189 247 74 0.23 0 0.70 0.03 80.12 0.92 0.63
Hex BD F7 4A 17 0 46 3 50 5C 3F
Octal 275 367 112 27 0 106 3 120 134 77
Binary 10111101 11110111 1001010 10111 0 1000110 11 1010000 1011100 111111

Color Harmonies of #BDF74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF74A

Black with #BDF74A

Text Example


Text Example

White with #BDF74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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