Html Css Color HEX #BDE74B Conifer

📋 copy color: '#BDE74B'

red 189 ◦ green 231 ◦ blue 75

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

Shades of Conifer #BDE74B

Tints of Conifer #BDE74B

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.67%

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

R = 38.18%
G = 46.67%
B = 15.15%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#BDE74B (or 0xBDE74B) is known color: Conifer. HEX triplet: BD, E7 and 4B. RGB value is (189,231,75). Sum of RGB (Red+Green+Blue) = 189+231+75=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 231 (90.62% from 255 or 46.67% from 495); Blue value is 75 (29.69% from 255 or 15.15% from 495); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE74B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE74B is #4218B4. Grayscale: #C9C9C9. Windows color (decimal): -4331701 or 4974525. OLE color: 4974525.

HSL color Cylindrical-coordinate representation of color #BDE74B: hue angle of 76.15º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDE74B is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 231 75 -
CMYK 0.18 0 0.68 0.09
HSL 76.15º 0.76% 0.6% -
HSV(B) 76.15º 0.68% 0.91% -
XYZ 50.83 68.48 17.2 -
YUV 200.66 57.09 119.68 -
System Red Green Blue C M Y K H S L
Decimal 189 231 75 0.18 0 0.68 0.09 76.15 0.76 0.6
Hex BD E7 4B 12 0 44 9 4C 4C 3C
Octal 275 347 113 22 0 104 11 114 114 74
Binary 10111101 11100111 1001011 10010 0 1000100 1001 1001100 1001100 111100

Color Harmonies of #BDE74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE74B

Black with #BDE74B

Text Example


Text Example

White with #BDE74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE74B; }

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

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

background-color css

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

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

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

border-color css

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

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

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