Html Css Color HEX #BDF35C Conifer

📋 copy color: '#BDF35C'

red 189 ◦ green 243 ◦ blue 92

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

Shades of Conifer #BDF35C

Tints of Conifer #BDF35C

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.37%

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

R = 36.07%
G = 46.37%
B = 17.56%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#BDF35C (or 0xBDF35C) is known color: Conifer. HEX triplet: BD, F3 and 5C. RGB value is (189,243,92). Sum of RGB (Red+Green+Blue) = 189+243+92=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 243 (95.31% from 255 or 46.37% from 524); Blue value is 92 (36.33% from 255 or 17.56% from 524); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF35C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF35C is #420CA3. Grayscale: #D2D2D2. Windows color (decimal): -4328612 or 6091709. OLE color: 6091709.

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

Color convert

RGB 189 243 92 -
CMYK 0.22 0 0.62 0.05
HSL 81.46º 0.86% 0.66% -
HSV(B) 81.46º 0.62% 0.95% -
XYZ 54.97 75.69 21.84 -
YUV 209.64 61.61 113.28 -
System Red Green Blue C M Y K H S L
Decimal 189 243 92 0.22 0 0.62 0.05 81.46 0.86 0.66
Hex BD F3 5C 16 0 3E 5 51 56 42
Octal 275 363 134 26 0 76 5 121 126 102
Binary 10111101 11110011 1011100 10110 0 111110 101 1010001 1010110 1000010

Color Harmonies of #BDF35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF35C

Black with #BDF35C

Text Example


Text Example

White with #BDF35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF35C; }

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

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

background-color css

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

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

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

border-color css

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

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

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