Html Css Color HEX #BDF14B Conifer

📋 copy color: '#BDF14B'

red 189 ◦ green 241 ◦ blue 75

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

Shades of Conifer #BDF14B

Tints of Conifer #BDF14B

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.72%

 BLUE value IS 75 (29.69% from 255) = 14.85%

R = 37.43%
G = 47.72%
B = 14.85%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#BDF14B (or 0xBDF14B) is known color: Conifer. HEX triplet: BD, F1 and 4B. RGB value is (189,241,75). Sum of RGB (Red+Green+Blue) = 189+241+75=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 241 (94.53% from 255 or 47.72% from 505); Blue value is 75 (29.69% from 255 or 14.85% from 505); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF14B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF14B is #420EB4. Grayscale: #CFCFCF. Windows color (decimal): -4329141 or 4977085. OLE color: 4977085.

HSL color Cylindrical-coordinate representation of color #BDF14B: hue angle of 78.8º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDF14B is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 241 75 -
CMYK 0.22 0 0.69 0.05
HSL 78.8º 0.86% 0.62% -
HSV(B) 78.8º 0.69% 0.95% -
XYZ 53.71 74.24 18.15 -
YUV 206.53 53.77 115.5 -
System Red Green Blue C M Y K H S L
Decimal 189 241 75 0.22 0 0.69 0.05 78.8 0.86 0.62
Hex BD F1 4B 16 0 45 5 4F 56 3E
Octal 275 361 113 26 0 105 5 117 126 76
Binary 10111101 11110001 1001011 10110 0 1000101 101 1001111 1010110 111110

Color Harmonies of #BDF14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF14B

Black with #BDF14B

Text Example


Text Example

White with #BDF14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF14B; }

 p { color: rgb(189,241,75); }

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

background-color css

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

 a { background-color: rgb(189,241,75); }

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

border-color css

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

 span { border-color: rgb(189,241,75); }

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