Html Css Color HEX #BDF74C Conifer

📋 copy color: '#BDF74C'

red 189 ◦ green 247 ◦ blue 76

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

Shades of Conifer #BDF74C

Tints of Conifer #BDF74C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.84%

R = 36.91%
G = 48.24%
B = 14.84%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#BDF74C (or 0xBDF74C) is known color: Conifer. HEX triplet: BD, F7 and 4C. RGB value is (189,247,76). Sum of RGB (Red+Green+Blue) = 189+247+76=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 247 (96.88% from 255 or 48.24% from 512); Blue value is 76 (30.08% from 255 or 14.84% from 512); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF74C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF74C is #4208B3. Grayscale: #D2D2D2. Windows color (decimal): -4327604 or 5044157. OLE color: 5044157.

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

Color convert

RGB 189 247 76 -
CMYK 0.23 0 0.69 0.03
HSL 80.35º 0.91% 0.63% -
HSV(B) 80.35º 0.69% 0.97% -
XYZ 55.55 77.86 18.94 -
YUV 210.16 52.28 112.9 -
System Red Green Blue C M Y K H S L
Decimal 189 247 76 0.23 0 0.69 0.03 80.35 0.91 0.63
Hex BD F7 4C 17 0 45 3 50 5B 3F
Octal 275 367 114 27 0 105 3 120 133 77
Binary 10111101 11110111 1001100 10111 0 1000101 11 1010000 1011011 111111

Color Harmonies of #BDF74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF74C

Black with #BDF74C

Text Example


Text Example

White with #BDF74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF74C; }

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

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

background-color css

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

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

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

border-color css

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

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

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