Html Css Color HEX #BDF664 Sulu

📋 copy color: '#BDF664'

red 189 ◦ green 246 ◦ blue 100

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

Shades of Sulu #BDF664

Tints of Sulu #BDF664

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.98%

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

R = 35.33%
G = 45.98%
B = 18.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#BDF664 (or 0xBDF664) is known color: Sulu. HEX triplet: BD, F6 and 64. RGB value is (189,246,100). Sum of RGB (Red+Green+Blue) = 189+246+100=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 246 (96.48% from 255 or 45.98% from 535); Blue value is 100 (39.45% from 255 or 18.69% from 535); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF664 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF664 is #42099B. Grayscale: #D4D4D4. Windows color (decimal): -4327836 or 6616765. OLE color: 6616765.

HSL color Cylindrical-coordinate representation of color #BDF664: hue angle of 83.42º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDF664 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 246 100 -
CMYK 0.23 0 0.59 0.04
HSL 83.42º 0.89% 0.68% -
HSV(B) 83.42º 0.59% 0.96% -
XYZ 56.24 77.65 24.08 -
YUV 212.31 64.62 111.37 -
System Red Green Blue C M Y K H S L
Decimal 189 246 100 0.23 0 0.59 0.04 83.42 0.89 0.68
Hex BD F6 64 17 0 3B 4 53 59 44
Octal 275 366 144 27 0 73 4 123 131 104
Binary 10111101 11110110 1100100 10111 0 111011 100 1010011 1011001 1000100

Color Harmonies of #BDF664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF664

Black with #BDF664

Text Example


Text Example

White with #BDF664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF664; }

 p { color: rgb(189,246,100); }

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

background-color css

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

 a { background-color: rgb(189,246,100); }

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

border-color css

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

 span { border-color: rgb(189,246,100); }

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