Html Css Color HEX #B5FD64 Conifer

📋 copy color: '#B5FD64'

red 181 ◦ green 253 ◦ blue 100

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

Shades of Conifer #B5FD64

Tints of Conifer #B5FD64

RGB

 RED value IS 181 (71.09% from 255) = 33.9%

 GREEN value IS 253 (99.22% from 255) = 47.38%

 BLUE value IS 100 (39.45% from 255) = 18.73%

R = 33.9%
G = 47.38%
B = 18.73%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#B5FD64 (or 0xB5FD64) is known color: Conifer. HEX triplet: B5, FD and 64. RGB value is (181,253,100). Sum of RGB (Red+Green+Blue) = 181+253+100=534 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.90% from 534); Green value is 253 (99.22% from 255 or 47.38% from 534); Blue value is 100 (39.45% from 255 or 18.73% from 534); Max value from RGB is 253 - color contains mainly: green. Hex color #B5FD64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FD64 is #4A029B. Grayscale: #D6D6D6. Windows color (decimal): -4850332 or 6618549. OLE color: 6618549.

HSL color Cylindrical-coordinate representation of color #B5FD64: hue angle of 88.24º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5FD64 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 181 253 100 -
CMYK 0.28 0 0.60 0.01
HSL 88.24º 0.97% 0.69% -
HSV(B) 88.24º 0.6% 0.99% -
XYZ 56.48 80.99 24.71 -
YUV 214.03 63.65 104.44 -
System Red Green Blue C M Y K H S L
Decimal 181 253 100 0.28 0 0.60 0.01 88.24 0.97 0.69
Hex B5 FD 64 1C 0 3C 1 58 61 45
Octal 265 375 144 34 0 74 1 130 141 105
Binary 10110101 11111101 1100100 11100 0 111100 1 1011000 1100001 1000101

Color Harmonies of #B5FD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FD64

Black with #B5FD64

Text Example


Text Example

White with #B5FD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FD64; }

 p { color: rgb(181,253,100); }

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

background-color css

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

 a { background-color: rgb(181,253,100); }

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

border-color css

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

 span { border-color: rgb(181,253,100); }

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